/* fondamento-regular */
@font-face {
  font-family: 'Fondamento';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/fondamento/fondamento-regular.ttf') format('truetype');
}

/* fondamento-italic */
@font-face {
  font-family: 'Fondamento';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/fondamento/fondamento-italic.ttf') format('truetype');
}