:root {
  --color-bg: #111111;
  --color-section: #161616;
  --color-surface: #1B1B1B;
  --color-text: #F1F1F1;
  --color-secondary: #999999;
  --color-caption: #8F8F8F;
  --color-accent: #5B54E8;
  --color-accent-hover: #4D47C9;
  --color-accent-text: #AAA5FF;
  --color-warning: #FF7575;
  --color-border: #292929;
  --color-card: #F7F6F4;
  --color-card-text: #111111;
  --color-card-muted: #5F5F5F;
  --color-footer: #0C0C0C;
  --color-review: #F5C542;
  --color-shadow: rgba(0, 0, 0, .24);
  --font-body: "Helvetica Neue", "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --font-display: "Helvetica Neue", "Avenir Next", "Segoe UI", system-ui, sans-serif;
}
.brand-fit { color: var(--color-accent); }
.required-label { color: inherit; text-shadow: 0 0 5px rgba(91, 84, 232, .9), 0 0 11px rgba(91, 84, 232, .5); }
.cookie-settings-icon { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; }
.cookie-settings-icon::before {
  content: "";
  display: block;
  width: 1.35em;
  height: 1.35em;
  background: currentColor;
  --cookie-shape: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21.85 10.48a3.25 3.25 0 0 1-3.63-4.1 3.25 3.25 0 0 1-4.65-3.47 9.4 9.4 0 1 0 8.28 7.57ZM8.25 8.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm6.5 3a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm-5 4a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z'/%3E%3C/svg%3E");
  -webkit-mask: var(--cookie-shape) center / contain no-repeat;
  mask: var(--cookie-shape) center / contain no-repeat;
}
