/*

  Required local fonts only:

  Inter:
  - /fonts/inter/Inter-VariableFont_opsz,wght.ttf
  - /fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf

  Lato:
  - /fonts/lato/Lato-Regular.ttf
  - /fonts/lato/Lato-Italic.ttf
  - /fonts/lato/Lato-Bold.ttf
  - /fonts/lato/Lato-BoldItalic.ttf

  Merriweather:
  - /fonts/merriweather/Merriweather-VariableFont_opsz,wdth,wght.ttf
  - /fonts/merriweather/Merriweather-Italic-VariableFont_opsz,wdth,wght.ttf

  Playfair Display:
  - /fonts/playfair-display/PlayfairDisplay-VariableFont_wght.ttf
  - /fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.ttf
*/

@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

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

@font-face {
  font-family: 'Lato';
  src: url('/fonts/lato/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

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

@font-face {
  font-family: 'Lato';
  src: url('/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/fonts/merriweather/Merriweather-VariableFont_opsz,wdth,wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('/fonts/merriweather/Merriweather-Italic-VariableFont_opsz,wdth,wght.ttf') format('truetype');
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}

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

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