:root {
  /* Brand tokens derived from assets/colors/theme.js */
  --color-primary: #ff6a00;
  --color-secondary: #c21e56;
  --color-accent: #8a3ffc;
  --color-bg-main: #0a0f24;
  --color-surface: #1c1f2b;
  --color-surface-soft: #ede2ff;
  --color-text-main: #121926;
  --color-text-light: #f8f9fa;
  --color-divider: #e9e5ef;
  --color-success: #35c475;
  --color-error: #e4584c;

  --font-family-base: "Poppins", "Segoe UI", Roboto, Arial, sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.3);
}

@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../../assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
