/* Local webfonts: Nunito (variable) + Gaegu (ttf) */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url('/fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Gaegu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Gaegu/Gaegu-Light.ttf') format('truetype');
}

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

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