@font-face {
  font-family: 'Martina Plantijn';
  src: url('../fonts/test-martina-plantijn-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Martina Plantijn';
  src: url('../fonts/test-martina-plantijn-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Martina Plantijn';
  src: url('../fonts/test-martina-plantijn-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Martina Plantijn';
  src: url('../fonts/test-martina-plantijn-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Martina Plantijn';
  src: url('../fonts/test-martina-plantijn-light-italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Martina Plantijn';
  src: url('../fonts/test-martina-plantijn-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}



@font-face {
  font-family: 'Martina Plantijn';
  src: url('../fonts/test-martina-plantijn-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('../fonts/public-sans-variable-font_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}