/* Built Image — brand fonts */

@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/MonaSans.ttf') format('truetype-variations'),
       url('../fonts/MonaSans.ttf') format('truetype');
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/MonaSans-Italic.ttf') format('truetype-variations'),
       url('../fonts/MonaSans-Italic.ttf') format('truetype');
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'KO Sans';
  src: url('../fonts/KOSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KO Sans';
  src: url('../fonts/KOSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KO Sans';
  src: url('../fonts/KOSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KO Sans';
  src: url('../fonts/KOSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KO Sans';
  src: url('../fonts/KOSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
