/* ----------------------------------------------------------
   Inter (self-hosted)
---------------------------------------------------------- */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-v20-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-v20-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ----------------------------------------------------------
   Merriweather Sans (self-hosted)
---------------------------------------------------------- */

@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweather-sans/merriweather-sans-v28-latin-regular.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweather-sans/merriweather-sans-v28-latin-italic.woff2')
    format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather Sans';
  src: url('../fonts/merriweather-sans/merriweather-sans-v28-latin-700.woff2')
    format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
