/* The Atlantis Collection — design tokens. Generated from packages/ui/src/globals.css. Do not edit. */
/* Docs: https://theatlantiscollection.com/brand */

:root {
  --atlantis-treasure: oklch(0.595 0.135 55); /* #ba651d */
  --atlantis-background: oklch(0.985 0.012 85); /* #fefaf1 */
  --atlantis-foreground: oklch(0.145 0 0); /* #0a0a0a */
  --atlantis-card: oklch(1 0 0); /* #ffffff */
  --atlantis-card-foreground: oklch(0.145 0 0); /* #0a0a0a */
  --atlantis-popover: oklch(1 0 0); /* #ffffff */
  --atlantis-popover-foreground: oklch(0.145 0 0); /* #0a0a0a */
  --atlantis-muted: oklch(0.955 0.022 78); /* #f8efe0 */
  --atlantis-muted-foreground: oklch(0.485 0.025 70); /* #685d50 */
  --atlantis-primary: oklch(0.5 0.134 242.749); /* #0069a8 */
  --atlantis-primary-foreground: oklch(0.977 0.013 236.62); /* #f0f9ff */
  --atlantis-secondary: oklch(0.955 0.022 78); /* #f8efe0 */
  --atlantis-secondary-foreground: oklch(0.21 0.006 285.885); /* #18181b */
  --atlantis-accent: oklch(0.595 0.135 55); /* #ba651d */
  --atlantis-accent-foreground: oklch(0.99 0.01 80); /* #fffbf4 */
  --atlantis-destructive: oklch(0.577 0.245 27.325); /* #e7000b */
  --atlantis-border: oklch(0.895 0.02 75); /* #e4dbce */
  --atlantis-input: oklch(0.895 0.02 75); /* #e4dbce */
  --atlantis-ring: oklch(0.595 0.135 55); /* #ba651d */
  --atlantis-chart-1: oklch(0.905 0.182 98.111); /* #ffdf20 */
  --atlantis-chart-2: oklch(0.795 0.184 86.047); /* #f0b100 */
  --atlantis-chart-3: oklch(0.681 0.162 75.834); /* #d08700 */
  --atlantis-chart-4: oklch(0.554 0.135 66.442); /* #a65f00 */
  --atlantis-chart-5: oklch(0.476 0.114 61.907); /* #894b00 */
  --atlantis-radius: 0.875rem;
  --atlantis-font-serif: "Roboto Slab Variable", serif;
}

.dark {
  --atlantis-background: oklch(0.145 0 0); /* #0a0a0a */
  --atlantis-foreground: oklch(0.985 0 0); /* #fafafa */
  --atlantis-card: oklch(0.205 0 0); /* #171717 */
  --atlantis-card-foreground: oklch(0.985 0 0); /* #fafafa */
  --atlantis-popover: oklch(0.205 0 0); /* #171717 */
  --atlantis-popover-foreground: oklch(0.985 0 0); /* #fafafa */
  --atlantis-muted: oklch(0.269 0 0); /* #262626 */
  --atlantis-muted-foreground: oklch(0.708 0 0); /* #a1a1a1 */
  --atlantis-primary: oklch(0.443 0.11 240.79); /* #00598a */
  --atlantis-primary-foreground: oklch(0.977 0.013 236.62); /* #f0f9ff */
  --atlantis-secondary: oklch(0.274 0.006 286.033); /* #27272a */
  --atlantis-secondary-foreground: oklch(0.985 0 0); /* #fafafa */
  --atlantis-accent: oklch(0.443 0.11 240.79); /* #00598a */
  --atlantis-accent-foreground: oklch(0.977 0.013 236.62); /* #f0f9ff */
  --atlantis-destructive: oklch(0.704 0.191 22.216); /* #ff6467 */
  --atlantis-border: oklch(1 0 0 / 10%); /* #ffffff */
  --atlantis-input: oklch(1 0 0 / 15%); /* #ffffff */
  --atlantis-ring: oklch(0.556 0 0); /* #737373 */
  --atlantis-chart-1: oklch(0.905 0.182 98.111); /* #ffdf20 */
  --atlantis-chart-2: oklch(0.795 0.184 86.047); /* #f0b100 */
  --atlantis-chart-3: oklch(0.681 0.162 75.834); /* #d08700 */
  --atlantis-chart-4: oklch(0.554 0.135 66.442); /* #a65f00 */
  --atlantis-chart-5: oklch(0.476 0.114 61.907); /* #894b00 */
}
