:root {
  --theme-orange: #ea8d34;
  --theme-orange-strong: #ea580c;
  --theme-orange-alt: #ea6d12;
  --theme-orange-accent: #f58220;
  --theme-orange-soft: #e48a2f;
  --theme-orange-soft-hover: #d9791b;
  --theme-orange-bright: #f97316;
  --theme-orange-bg-soft: #fff7ef;
  --theme-orange-bg-soft-alt: #fff7ed;
  --theme-orange-border-soft: #fdba74;
  --theme-orange-shadow: rgba(234,141,52,.28);
  --theme-orange-shadow-strong: rgba(234,141,52,.35);
}

/* Themes:
   default, coffee, sea, green, pastry, premium
   terracotta, coral, amber, ruby, berry, olive, forest, teal, navy, slate
*/
:root[data-theme="coffee"] {
  --theme-orange: #8c5a3c;
  --theme-orange-strong: #6e442b;
  --theme-orange-alt: #7b4f35;
  --theme-orange-accent: #8c5a3c;
  --theme-orange-soft: #9b6949;
  --theme-orange-soft-hover: #7a4d31;
  --theme-orange-bright: #a06947;
  --theme-orange-bg-soft: #f7efe8;
  --theme-orange-bg-soft-alt: #f3e7de;
  --theme-orange-border-soft: #d8b8a3;
  --theme-orange-shadow: rgba(140,90,60,.28);
  --theme-orange-shadow-strong: rgba(140,90,60,.35);
}

:root[data-theme="sea"] {
  --theme-orange: #0e7490;
  --theme-orange-strong: #0b5f76;
  --theme-orange-alt: #0d6882;
  --theme-orange-accent: #0e7490;
  --theme-orange-soft: #1c89a8;
  --theme-orange-soft-hover: #0c5f76;
  --theme-orange-bright: #1291b2;
  --theme-orange-bg-soft: #eaf7fb;
  --theme-orange-bg-soft-alt: #e4f4f9;
  --theme-orange-border-soft: #9cd7e5;
  --theme-orange-shadow: rgba(14,116,144,.28);
  --theme-orange-shadow-strong: rgba(14,116,144,.35);
}

:root[data-theme="green"] {
  --theme-orange: #2f855a;
  --theme-orange-strong: #276749;
  --theme-orange-alt: #2b7a53;
  --theme-orange-accent: #2f855a;
  --theme-orange-soft: #389b69;
  --theme-orange-soft-hover: #266a48;
  --theme-orange-bright: #3cae76;
  --theme-orange-bg-soft: #ecfdf3;
  --theme-orange-bg-soft-alt: #e6f8ef;
  --theme-orange-border-soft: #95d5b2;
  --theme-orange-shadow: rgba(47,133,90,.28);
  --theme-orange-shadow-strong: rgba(47,133,90,.35);
}

:root[data-theme="pastry"] {
  --theme-orange: #c0567d;
  --theme-orange-strong: #a63e65;
  --theme-orange-alt: #b54a72;
  --theme-orange-accent: #c0567d;
  --theme-orange-soft: #cf6b91;
  --theme-orange-soft-hover: #9a385d;
  --theme-orange-bright: #de7ea2;
  --theme-orange-bg-soft: #fff1f6;
  --theme-orange-bg-soft-alt: #ffe9f1;
  --theme-orange-border-soft: #f3b5ca;
  --theme-orange-shadow: rgba(192,86,125,.28);
  --theme-orange-shadow-strong: rgba(192,86,125,.35);
}

:root[data-theme="premium"] {
  --theme-orange: #b08d57;
  --theme-orange-strong: #8d6e3f;
  --theme-orange-alt: #a7814d;
  --theme-orange-accent: #b08d57;
  --theme-orange-soft: #c29d65;
  --theme-orange-soft-hover: #896a3d;
  --theme-orange-bright: #d0ad74;
  --theme-orange-bg-soft: #f8f4ec;
  --theme-orange-bg-soft-alt: #f3efe6;
  --theme-orange-border-soft: #dbc79f;
  --theme-orange-shadow: rgba(176,141,87,.28);
  --theme-orange-shadow-strong: rgba(176,141,87,.35);
}

:root[data-theme="terracotta"] {
  --theme-orange: #c56a3d;
  --theme-orange-strong: #a9532b;
  --theme-orange-alt: #b75e34;
  --theme-orange-accent: #c56a3d;
  --theme-orange-soft: #d17a52;
  --theme-orange-soft-hover: #9f4e28;
  --theme-orange-bright: #df8861;
  --theme-orange-bg-soft: #f9efe9;
  --theme-orange-bg-soft-alt: #f6e6dd;
  --theme-orange-border-soft: #e3b49b;
  --theme-orange-shadow: rgba(197,106,61,.28);
  --theme-orange-shadow-strong: rgba(197,106,61,.35);
}

:root[data-theme="coral"] {
  --theme-orange: #ff6f61;
  --theme-orange-strong: #e85a4f;
  --theme-orange-alt: #f36557;
  --theme-orange-accent: #ff6f61;
  --theme-orange-soft: #ff8478;
  --theme-orange-soft-hover: #d95247;
  --theme-orange-bright: #ff968c;
  --theme-orange-bg-soft: #fff1ef;
  --theme-orange-bg-soft-alt: #ffe9e6;
  --theme-orange-border-soft: #ffc0ba;
  --theme-orange-shadow: rgba(255,111,97,.28);
  --theme-orange-shadow-strong: rgba(255,111,97,.35);
}

:root[data-theme="amber"] {
  --theme-orange: #d89b1d;
  --theme-orange-strong: #b67f0f;
  --theme-orange-alt: #c88f17;
  --theme-orange-accent: #d89b1d;
  --theme-orange-soft: #e3ad3e;
  --theme-orange-soft-hover: #aa770e;
  --theme-orange-bright: #efc061;
  --theme-orange-bg-soft: #fff8e8;
  --theme-orange-bg-soft-alt: #fff3da;
  --theme-orange-border-soft: #edd18b;
  --theme-orange-shadow: rgba(216,155,29,.28);
  --theme-orange-shadow-strong: rgba(216,155,29,.35);
}

:root[data-theme="ruby"] {
  --theme-orange: #b83245;
  --theme-orange-strong: #972638;
  --theme-orange-alt: #ab2d3f;
  --theme-orange-accent: #b83245;
  --theme-orange-soft: #c44a5b;
  --theme-orange-soft-hover: #8d2334;
  --theme-orange-bright: #d16273;
  --theme-orange-bg-soft: #fdeff1;
  --theme-orange-bg-soft-alt: #fbe5e8;
  --theme-orange-border-soft: #e3a4ad;
  --theme-orange-shadow: rgba(184,50,69,.28);
  --theme-orange-shadow-strong: rgba(184,50,69,.35);
}

:root[data-theme="berry"] {
  --theme-orange: #8e3a59;
  --theme-orange-strong: #6f2c47;
  --theme-orange-alt: #823450;
  --theme-orange-accent: #8e3a59;
  --theme-orange-soft: #a04e6c;
  --theme-orange-soft-hover: #662942;
  --theme-orange-bright: #b46480;
  --theme-orange-bg-soft: #f8eef3;
  --theme-orange-bg-soft-alt: #f4e6ed;
  --theme-orange-border-soft: #d7a8bb;
  --theme-orange-shadow: rgba(142,58,89,.28);
  --theme-orange-shadow-strong: rgba(142,58,89,.35);
}

:root[data-theme="olive"] {
  --theme-orange: #6b8e23;
  --theme-orange-strong: #55721b;
  --theme-orange-alt: #638420;
  --theme-orange-accent: #6b8e23;
  --theme-orange-soft: #7fa833;
  --theme-orange-soft-hover: #506b19;
  --theme-orange-bright: #94bb49;
  --theme-orange-bg-soft: #f3f8ea;
  --theme-orange-bg-soft-alt: #edf4e1;
  --theme-orange-border-soft: #bfd59b;
  --theme-orange-shadow: rgba(107,142,35,.28);
  --theme-orange-shadow-strong: rgba(107,142,35,.35);
}

:root[data-theme="forest"] {
  --theme-orange: #1f6b4a;
  --theme-orange-strong: #18563b;
  --theme-orange-alt: #1c6244;
  --theme-orange-accent: #1f6b4a;
  --theme-orange-soft: #2d805c;
  --theme-orange-soft-hover: #165039;
  --theme-orange-bright: #429673;
  --theme-orange-bg-soft: #eaf6f0;
  --theme-orange-bg-soft-alt: #e2f1e8;
  --theme-orange-border-soft: #9fceb5;
  --theme-orange-shadow: rgba(31,107,74,.28);
  --theme-orange-shadow-strong: rgba(31,107,74,.35);
}

:root[data-theme="teal"] {
  --theme-orange: #0f766e;
  --theme-orange-strong: #0b5f59;
  --theme-orange-alt: #0e6d66;
  --theme-orange-accent: #0f766e;
  --theme-orange-soft: #1b8a82;
  --theme-orange-soft-hover: #0a5953;
  --theme-orange-bright: #2aa39a;
  --theme-orange-bg-soft: #e8f7f5;
  --theme-orange-bg-soft-alt: #def2ef;
  --theme-orange-border-soft: #93cfc9;
  --theme-orange-shadow: rgba(15,118,110,.28);
  --theme-orange-shadow-strong: rgba(15,118,110,.35);
}

:root[data-theme="navy"] {
  --theme-orange: #1e3a8a;
  --theme-orange-strong: #172e6e;
  --theme-orange-alt: #1b347c;
  --theme-orange-accent: #1e3a8a;
  --theme-orange-soft: #2f4ca0;
  --theme-orange-soft-hover: #162c67;
  --theme-orange-bright: #4a66b8;
  --theme-orange-bg-soft: #eaf0ff;
  --theme-orange-bg-soft-alt: #e0e8fb;
  --theme-orange-border-soft: #9fb0df;
  --theme-orange-shadow: rgba(30,58,138,.28);
  --theme-orange-shadow-strong: rgba(30,58,138,.35);
}

:root[data-theme="slate"] {
  --theme-orange: #334155;
  --theme-orange-strong: #1f2937;
  --theme-orange-alt: #2b3647;
  --theme-orange-accent: #334155;
  --theme-orange-soft: #475569;
  --theme-orange-soft-hover: #1c2532;
  --theme-orange-bright: #5e7088;
  --theme-orange-bg-soft: #f1f5f9;
  --theme-orange-bg-soft-alt: #e7edf3;
  --theme-orange-border-soft: #b8c4d3;
  --theme-orange-shadow: rgba(51,65,85,.28);
  --theme-orange-shadow-strong: rgba(51,65,85,.35);
}
