@font-face {
  font-family: "Samsung One";
  font-weight: 400;
  font-display: swap;
  src: url("fonts/SamsungOne-400.woff2") format("woff2");
}

@font-face {
  font-family: "Samsung One";
  font-weight: 700;
  font-display: swap;
  src: url("fonts/SamsungOne-700.woff2") format("woff2");
}

@font-face {
  font-family: "Samsung One Korean";
  font-weight: 400;
  font-display: swap;
  src: url("fonts/SamsungOneKorean-400.woff2") format("woff2");
}

@font-face {
  font-family: "Samsung One Korean";
  font-weight: 700;
  font-display: swap;
  src: url("fonts/SamsungOneKorean-700.woff2") format("woff2");
}

:root {
  --color-paper: oklch(14% 0.012 28);
  --color-paper-2: oklch(18% 0.014 28);
  --color-paper-3: oklch(23% 0.016 28);
  --color-ink: oklch(95% 0.012 80);
  --color-ink-2: oklch(87% 0.014 74);
  --color-neutral: oklch(72% 0.015 52);
  --color-muted: oklch(64% 0.014 48);
  --color-rule: oklch(35% 0.018 30);
  --color-rule-strong: oklch(50% 0.025 30);
  --color-accent: oklch(65% 0.21 31);
  --color-accent-soft: oklch(25% 0.085 31);
  --color-accent-ink: oklch(12% 0.012 28);
  --color-focus: oklch(82% 0.16 84);
  --color-success: oklch(76% 0.13 150);
  --color-error: oklch(72% 0.18 25);

  --font-display: "Samsung One", "Samsung One Korean", "Noto Sans KR", sans-serif;
  --font-body: "Samsung One", "Samsung One Korean", "Apple SD Gothic Neo", sans-serif;
  --font-mono: "Samsung One", "Samsung One Korean", "Noto Sans KR", sans-serif;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.875rem;
  --text-sm: 1.05rem;
  --text-base: 1.125rem;
  --text-md: 1.25rem;
  --text-lg: 1.45rem;
  --text-xl: 1.7rem;
  --text-2xl: 1.944rem;
  --text-3xl: 2.333rem;
  --text-4xl: 2.8rem;
  --text-display-s: 2.6rem;
  --text-display: 4.5rem;
  --text-stat: 8rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 100ms;
  --dur-short: 160ms;
  --dur-long: 300ms;

  --rule-hair: 1px;
  --rule-heavy: 3px;
  --radius-control: 0.25rem;
  --radius-panel: 0.5rem;

  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
