:root,
[data-interest-theme="default"] {
  --color-primary: #e07a5f;
  --color-primary-rgb: 224, 122, 95;
  --color-primary-pressed: #d4694a;
  --color-primary-subtle: #fceee9;
}

[data-interest-theme="sport"] {
  --color-primary: #2d9f6f;
  --color-primary-rgb: 45, 159, 111;
  --color-primary-pressed: #248a5f;
  --color-primary-subtle: #e6f5ef;
}

[data-interest-theme="outdoor"] {
  --color-primary: #3d7a4a;
  --color-primary-rgb: 61, 122, 74;
  --color-primary-pressed: #32663d;
  --color-primary-subtle: #e8f2ea;
}

[data-interest-theme="creative"] {
  --color-primary: #7b5bd4;
  --color-primary-rgb: 123, 91, 212;
  --color-primary-pressed: #6a4bc0;
  --color-primary-subtle: #f0ebff;
}

[data-interest-theme="tech"] {
  --color-primary: #3b6fd4;
  --color-primary-rgb: 59, 111, 212;
  --color-primary-pressed: #2f5fb8;
  --color-primary-subtle: #eaf0fc;
}

[data-interest-theme="wellness"] {
  --color-primary: #1f7a66;
  --color-primary-rgb: 31, 122, 102;
  --color-primary-pressed: #196654;
  --color-primary-subtle: #e6f5f2;
}

[data-interest-theme="food"] {
  --color-primary: #d4890a;
  --color-primary-rgb: 212, 137, 10;
  --color-primary-pressed: #b87400;
  --color-primary-subtle: #fff4e5;
}

[data-interest-theme="social"] {
  --color-primary: #c43d6e;
  --color-primary-rgb: 196, 61, 110;
  --color-primary-pressed: #a8325c;
  --color-primary-subtle: #ffe8ee;
}

[data-bs-theme="dark"][data-interest-theme="default"] {
  --color-primary: #e8957d;
  --color-primary-rgb: 232, 149, 125;
  --color-primary-pressed: #e07a5f;
  --color-primary-subtle: #3a2824;
}

[data-bs-theme="dark"][data-interest-theme="sport"] {
  --color-primary: #3dba85;
  --color-primary-rgb: 61, 186, 133;
  --color-primary-pressed: #2d9f6f;
  --color-primary-subtle: #1a3329;
}

[data-bs-theme="dark"][data-interest-theme="outdoor"] {
  --color-primary: #4a9a5c;
  --color-primary-rgb: 74, 154, 92;
  --color-primary-pressed: #3d7a4a;
  --color-primary-subtle: #1a2e1f;
}

[data-bs-theme="dark"][data-interest-theme="creative"] {
  --color-primary: #9b7fe8;
  --color-primary-rgb: 155, 127, 232;
  --color-primary-pressed: #7b5bd4;
  --color-primary-subtle: #2a2440;
}

[data-bs-theme="dark"][data-interest-theme="tech"] {
  --color-primary: #5a8ef0;
  --color-primary-rgb: 90, 142, 240;
  --color-primary-pressed: #3b6fd4;
  --color-primary-subtle: #1a2840;
}

[data-bs-theme="dark"][data-interest-theme="wellness"] {
  --color-primary: #2a9a80;
  --color-primary-rgb: 42, 154, 128;
  --color-primary-pressed: #1f7a66;
  --color-primary-subtle: #1a332e;
}

[data-bs-theme="dark"][data-interest-theme="food"] {
  --color-primary: #e8a020;
  --color-primary-rgb: 232, 160, 32;
  --color-primary-pressed: #d4890a;
  --color-primary-subtle: #3a2e1a;
}

[data-bs-theme="dark"][data-interest-theme="social"] {
  --color-primary: #e05588;
  --color-primary-rgb: 224, 85, 136;
  --color-primary-pressed: #c43d6e;
  --color-primary-subtle: #3a1f2a;
}
