@font-face {
  font-family: "Noto Sans";
  src: url("../../Fonts/NotoSansCham-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --color-brand-orange: #ff7a4f;
  --color-brand-orange-hover: #c46a1f;
  --color-brand-green: #707805;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-cream: #eaebda;
  --color-surface: #f0f0f0;
  --color-heading: #222222;
  --color-body: #555555;
  --color-body-strong: #333333;
  --color-muted: #3d3d3d;
  --color-border: #e8e4dd;
  --color-border-light: #e5e4e5;
  --color-dot: #d9d9d9;

  --font-primary: "Noto Sans", sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.8125rem;
  --font-size-base: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.75rem;
  --font-size-4xl: 2.125rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.2;
  --line-height-snug: 1.4;
  --line-height-normal: 1.6;
  --line-height-relaxed: 1.7;
  --font-size-18: 18px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;
  --space-11: 60px;
  --space-12: 30px;
  --space-13: 37px;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 90px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1);

  --container-max: 1200px;
  --section-space-y: var(--space-10);
  --header-bottom-height: 52px;

  --duration-fast: 0.2s;
  --duration-base: 0.3s;
  --duration-slow: 0.7s;
  --easing-standard: ease;

  --z-header: 900;
  --z-mobile-nav: 950;
  --z-dropdown: 1000;
}
