
/* @tailwind base;
@tailwind components;
@tailwind utilities; */



@font-face {
  font-family: 'Alternox';
  src: url('/assets/fonts/Alternox-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


  @font-face {
    font-family: 'Google Sans Flex';
    src: url('/assets/fonts/google-sans-flex.woff2') format('woff2');
    /* 가변 폰트의 모든 범위를 지원하도록 설정 */
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: oblique 0deg 10deg;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    font-weight: 100 800; /* 가변 폰트 굵기 범위 */
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2-variations'),
         url('/assets/fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2');
}

@font-face {
  font-family: 'GeneralSans-Variable';
  src: url('/assets/fonts/GeneralSans-Variable.woff2') format('woff2');
       /* url('../fonts/GeneralSans-Variable.woff') format('woff'),
       url('../fonts/GeneralSans-Variable.ttf') format('truetype'); */
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('/assets/fonts/ClashDisplay-Variable.woff2') format('woff2');
       /* url('../fonts/ClashDisplay-Variable.woff') format('woff'),
       url('../fonts/ClashDisplay-Variable.ttf') format('truetype'); */
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

.font-alternox {
  font-family: 'Alternox', sans-serif !important;
  letter-spacing: -0.2rem; /* 피그마 자간 -5% 느낌 */
  
}

