:root {
  /* colors */
  --color-bg: #0a0d13;
  --color-bg-alt: #020202;
  --color-surface: #12161f;
  --color-surface-alt: #101520;
  --color-surface-strong: #171207;
  --color-text: #f4f5f7;
  --color-muted: #a2a9b6;
  --color-muted-2: #7e8695;
  --color-muted-3: #8b93a1;
  --color-primary: #ff6f00;
  --color-primary-hover: #e65f00;
  --color-accent: #e05b02;
  --color-accent-2: #e0a102;
  --color-blue: #475ee1;
  --color-blue-light: #7e90f5;
  --color-border: rgba(255, 255, 255, 0.15);
  --color-border-soft: rgba(255, 255, 255, 0.07);
  --gradient-accent: radial-gradient(circle, rgba(224, 106, 2, 0.5) 0%, rgba(224, 106, 2, 0) 70%);

  /* radius */
  --radius-sm: 10px;
  --radius-md: 13px;
  --radius-lg: 15px;
  --radius-xl: 16px;
  --radius-2xl: 20px;
  --radius-3xl: 22px;
  --radius-full: 124px;

  /* spacing */
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;

  /* layout */
  --maxw: 1240px;

  /* typography */
  --font-base: 'Cygre', Arial, sans-serif;
  --font-heading: 'Cygre', Arial, sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;

  /* shadows */
  --shadow-card: 0 20px 20px rgba(0, 0, 0, 0.4);
  --shadow-card-lg: 0 20px 40px rgba(0, 0, 0, 0.4);
}
