/* Premium yellow theme overrides - load after main stylesheet to take precedence */
:root.premium-yellow, :root {
  --main-color: #E6B800;
  --main-gradient-start: #FFEB99;
  --main-gradient-end: #FFB300;
  --main_gradient-color: linear-gradient(180deg, var(--main-gradient-start), var(--main-gradient-end));
  --main_gradient-color2: linear-gradient(90deg, var(--main-gradient-start), var(--main-gradient-end));
  --norm_secondary-color: #F6C85F;
  --text_color_L1: #FFF9E6;
  --text_color_L2: #EAD89A;
  --text_color_L3: #C7B37A;
  --text_color_L4: #1B1200;
  --bg_color_L1: #0E0B08;
  --bg_color_L2: #1A1510;
  --bg_color_L3: #2B241A;
  --tab1: #FFD54A;
  --tab2: #FFC107;
  --icon1: rgba(230,184,0,.6);
  --icon2: rgba(230,184,0,.25);
}

/* Quick helper: apply the premium yellow theme by adding class 'premium-yellow' to the <html> element.
   Example: <html class="premium-yellow"> ... </html>

   Alternatively, include this stylesheet after the main one to take effect globally.
*/
