/* Orange Theme - Default Colors */
:root {
  /* Fonts */
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "Work Sans", sans-serif;

  /* Theme Core Colors */
  --color-primary: #feb900;
  --color-primary-hover: #ffc732;
  --color-primary-dark: #e5a700;
  --color-primary-rgb: 254, 185, 0;

  --color-secondary: #364d59;
  --color-secondary-dark: #1c2b33;
  --color-secondary-rgb: 54, 77, 89;

  --color-default: #364d59;
  --color-text-muted: #52565e;
  --color-border: #e2e8f0;
  --color-muted: #6c757d;

  /* Gradients */
  --gradient-gold: linear-gradient(135deg, #feb900, #ff9f00);
  --gradient-dark: linear-gradient(135deg, #364d59, #1c2b33);
}
