@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-400.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter-500.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-600.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/inter-700.ttf') format('truetype'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/jetbrains-mono-400.ttf') format('truetype'); }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/jetbrains-mono-500.ttf') format('truetype'); }
@font-face { font-family: 'Ozone'; font-style: normal; font-weight: 400; src: url('../fonts/Ozone.ttf') format('truetype'); }

:root {
  --bg-primary: #ffffff;
  --bg-secondary: #ffffff;
  --bg-surface: #ffffff;
  --bg-surface-hover: #f0f0f0;
  --bg-canvas: #ffffff;
  --bg-input: #ffffff;

  --text-primary: #459745;
  --text-secondary: #666666;
  --text-muted: #999999;
  --text-on-accent: #ffffff;
  --text-dark: #333333;

  --accent: #89c489;
  --accent-hover: #6db36d;
  --accent-subtle: rgba(137, 196, 137, 0.15);
  --success: #459745;
  --warning: #e6a817;
  --danger: #ff5347;
  --info: #7dbeff;

  --border: #dddddd;
  --border-light: #e8e8e8;
  --border-focus: #89c489;

  --radius-sm: 4px;
  --radius-md: 4px;
  --radius-lg: 4px;
  --radius-xl: 6px;

  --shadow-sm: 0 0 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 0 5px #d1d1d1;
  --shadow-lg: 0 0 5px #d1d1d1;
  --shadow-inset: inset 0 0 5px #e3e3e3;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;

  --fs-xs: 0.7rem;
  --fs-sm: 0.8rem;
  --fs-base: 0.875rem;
  --fs-md: 1rem;
  --fs-lg: 1.15rem;
  --fs-xl: 1.4rem;
  --fs-2xl: 1.75rem;

  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 16px;
  --spacing-xl: 24px;
  --spacing-2xl: 32px;

  --panel-width: 280px;
  --toolbar-height: 44px;
  --header-height: 48px;

  --transition-fast: 0.25s ease;
  --transition-normal: 0.25s ease;
}
