/*
  Local self-hosted fonts (privacy-friendly)
  - Nunito Sans (400, 600, 700)
  - Marcellus (400)

  Font files are served from: /assets/fonts/
*/

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

/* Nunito Sans - 600 */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/nunito-sans-latin-600-normal.woff2') format('woff2');
}

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

/* Marcellus - 400 */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/marcellus-latin-400-normal.woff2') format('woff2');
}
