/* Inter font - self-hosted */
/* Source: https://github.com/rsms/inter */
/* Full Unicode support including Greek (U+0370-03FF) */

/* Inter Light - weight 300 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(Inter-Light.woff2) format('woff2');
}

/* Inter Regular - weight 400 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Inter-Regular.woff2) format('woff2');
}

/* Inter Medium - weight 500 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(Inter-Medium.woff2) format('woff2');
}
