/* Lexend – variabel font */
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/lexend-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Castoro – regular */
@font-face {
  font-family: 'Castoro';
  src: url('../fonts/castoro-regular.woff2') format('woff2');
       ;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Castoro – italic */
@font-face {
  font-family: 'Castoro';
  src: url('../fonts/castoro-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'alagamberegular';
  src: url('../fonts/alagambe-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}