/* Font */
/* otf 확장자 공유 받지 못함 */

/* [S] Global */
@font-face {
  font-family: 'Inter Global';
  font-style: normal;
  font-weight: normal;
  src: url(otf/Inter-Regular.otf) format('otf'),
    url(woff/Inter-Regular.woff) format('woff'),
    url(woff2/Inter-Regular.woff2) format('woff2');
  font-display: fallback;
}
@font-face {
  font-family: 'Inter Global';
  font-style: normal;
  font-weight: bold;
  src: url(otf/Inter-Bold.otf) format('otf'),
    url(woff/Inter-Bold.woff) format('woff'),
    url(woff2/Inter-Bold.woff2) format('woff2');
  font-display: fallback;
}
/* [E] Global */
