@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/KoHo-Regular.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
  url('/fonts/KoHo-Regular.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
   font-family: 'KoHo';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/KoHo-ExtraLight.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
  url('/fonts/KoHo-ExtraLight.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/KoHo-Light.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
  url('/fonts/KoHo-Light.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/KoHo-Regular.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
  url('/fonts/KoHo-Regular.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/KoHo-Medium.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
       url('/fonts/KoHo-Medium.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/KoHo-SemiBold.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
       url('/fonts/KoHo-SemiBold.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/KoHo-Bold.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
  url('/fonts/KoHo-Bold.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/KoHo-Bold.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
  url('/fonts/KoHo-Bold.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'KoHo';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/KoHo-Regular.woff2') format('woff2'), /* Prefer WOFF2 for better performance */
  url('/fonts/KoHo-Regular.woff') format('woff'); /* Fallback to WOFF if WOFF2 is not supported */
}

