$geist-fonts: 375 Light, 500 Regular, 675 Medium, 800 SemiBold
$bookk-fonts: 400 Light, 450 Bold

@font-face
  font:
    family: Asta Sans
    style: normal
    weight: 300 800
    display: swap
  src: url('../fonts/AstaSans.woff2') format('woff2')

@font-face
  font:
    family: STIXTwoText
    style: normal
    weight: 400 700
    display: swap
  src: url('../fonts/STIXTwoText-VariableFont_wght.woff2') format('woff2')

@each $weight, $name in $geist-fonts
  @font-face
    font:
      family: Geista
      style: normal
      weight: $weight
      display: swap
    src: url('../fonts/geista/Geista-#{$name}.woff2') format('woff2')

@each $weight, $name in $bookk-fonts
  @font-face
    font:
      family: BookkMyungjo-web
      style: normal
      weight: $weight
      display: swap
    src: url('../fonts/bookk/BookkMyungjo_#{$name}.woff2') format('woff2')
    size-adjust: 98%

:root
  --font-sans-quiple: Geista, Helvetica Neue, Arial, Hiragino Sans, Hiragino Kaku Gothic Pro, Noto Sans JP, Meiryo, Asta Sans, Apple SD Gohic Neo, Noto Sans KR, Malgun Gothic, ui-sans-serif, system-ui, sans-serif
  --font-serif-quiple: STIXTwoText, New York, Georgia Pro, Georgia, BookkMyungjo-web, AppleMyungjo, Noto Serif KR, Batang, ui-serif, serif
  --font-sans-weight-normal: 375
  --font-sans-weight-medium: 500
  --font-sans-weight-bold: 675
  --font-sans-weight-extrabold: 800
  --font-serif-weight-normal: 400
  --font-serif-weight-bold: 450
