/**
 * Local font declarations
 * Copy font files from FHS-Website/app/fonts/ to assets/fonts/
 */
@font-face {
  font-family: 'Gowun Batang';
  src: url('../fonts/GowunBatang-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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