@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Helios';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/ZalandoSansSemiExpanded-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Helios';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ZalandoSansSemiExpanded-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Cormorant-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/Spectral-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'SourceSerif';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/SourceSerif4_18pt-ExtraLightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}
