@font-face {
  font-family: 'Cheonrima';
  src: local('Cheonrima'),
       url('/static/css/CheonrimaLatin.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
}
@font-face {
  font-family: 'Cheonrima';
  src: local('Cheonrima'),
       url('/static/css/CheonrimaKorean.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+1100-11FF,U+3130-318F,U+AC00-D7A3,U+2010-205F,U+3001-303F;
}
/* fallback */
@font-face {
  font-family: 'Cheonrima';
  src: url('/static/css/Cheonrima.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root { --font-sans: 'Cheonrima', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
body { font-family: var(--font-sans); }
