/* Elva web fonts — drop-in local copies of Inter, Red Hat Text, Fraunces */
/* Usage: <link rel="stylesheet" href="./fonts/elva-fonts.css"> */

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fraunces/fraunces-300-700-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fraunces/fraunces-300-700-regular.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./red-hat-text/red-hat-text-300-700-regular.woff2') format('woff2');
}
