html:root {
  --radius: 1.25rem;
  --shadow-opacity: 0.1;
  --shadow-blur: 3px;
  --shadow-spread: 0px;
  --shadow-offset-x: 0;
  --shadow-offset-y: 1px;
  --font-serif: 'Besley', ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
  --letter-spacing: 0em;
  --spacing: 0.25rem;
  --background: hsl(36.9231 48.1481% 89.4118%);
  --foreground: hsl(0 74.6032% 12.3529%);
  --card: hsl(0 0% 100%);
  --card-foreground: hsl(0 74.6032% 12.3529%);
  --primary: hsl(0 74.6032% 12.3529%);
  --primary-foreground: hsl(0 0% 100%);
  --secondary: hsl(0 0% 100%);
  --secondary-foreground: hsl(0 74.6032% 12.3529%);
  --muted: hsl(39.2308 29.5455% 82.7451%);
  --muted-foreground: hsl(0 74.6032% 12.3529%);
  --accent: hsl(40.8696 83.8057% 51.5686%);
  --accent-foreground: hsl(0 74.6032% 12.3529%);
  --border: hsl(36.7742 23.3083% 73.9216%);
  --input: hsl(36.7742 23.3083% 73.9216%);
  --shadow-color: hsl(0 0% 0%);
  --shadow-2xs: 0.1px 0.3px 0.7px -0.3px hsl(354.2657 14.2588% 1.8034% / 0.08);
  --shadow-xs: 0.1px 0.6px 1.5px -0.5px hsl(354.2657 14.2588% 1.8034% / 0.07), 0.1px 0.5px 2px -0.7px hsl(354.2657 14.2588% 1.8034% / 0.02);
  --shadow-sm: 0.2px 1.5px 5.2px -1.4px hsl(354.2657 14.2588% 1.8034% / 0.07), 0.1px 0.8px 6.8px -1.7px hsl(354.2657 14.2588% 1.8034% / 0.02);
  --shadow: 0.2px 1px 3px -0.9px hsl(354.2657 14.2588% 1.8034% / 0.07), 0.1px 0.5px 3px -1.1px hsl(354.2657 14.2588% 1.8034% / 0.02);
  --shadow-md: 0.2px 1.5px 5.2px -1.4px hsl(354.2657 14.2588% 1.8034% / 0.07), 0.2px 1.2px 5.7px -1px hsl(354.2657 14.2588% 1.8034% / 0.03), 0.1px 0.8px 6.8px -1.7px hsl(354.2657 14.2588% 1.8034% / 0.02);
  --shadow-lg: 0.3px 2px 7.6px -1.8px hsl(354.2657 14.2588% 1.8034% / 0.06), 0.3px 1.6px 9.1px -1.4px hsl(354.2657 14.2588% 1.8034% / 0.03), 0.2px 1px 12px -2.2px hsl(354.2657 14.2588% 1.8034% / 0.02);
  --shadow-xl: 0.5px 2.8px 12px -2.5px hsl(354.2657 14.2588% 1.8034% / 0.06), 0.4px 2.2px 15.6px -2px hsl(354.2657 14.2588% 1.8034% / 0.03), 0.2px 1.4px 23.5px -3.1px hsl(354.2657 14.2588% 1.8034% / 0.02);
  --shadow-2xl: 0.6px 3.6px 16.9px -3.2px hsl(354.2657 14.2588% 1.8034% / 0.05), 0.5px 2.9px 23.3px -2.5px hsl(354.2657 14.2588% 1.8034% / 0.02), 0.3px 1.8px 38.9px -4px hsl(354.2657 14.2588% 1.8034% / 0.02);
}

html[data-theme="dark"], html.dark {
  --background: hsl(358.5115 106.5930% 6.8062%);
  --foreground: hsl(7.9437 62.7190% 92.2915%);
  --card: hsl(1.8593 84.5116% 10.2528%);
  --card-foreground: hsl(37.0823 47.2179% 89.1908%);
  --popover: hsl(4.8343 62.1185% 15.1244%);
  --popover-foreground: hsl(7.9386 65.7529% 92.3467%);
  --primary: hsl(300 50% 100.0000%);
  --primary-foreground: hsl(2.2720 82.3275% 10.6742%);
  --secondary: hsl(4.8343 62.1185% 15.1244%);
  --secondary-foreground: hsl(39.0914 47.5216% 73.9185%);
  --muted: hsl(6.3009 47.8028% 12.0822%);
  --muted-foreground: hsl(40.3321 17.4423% 52.0407%);
  --accent: hsl(43.1226 221.4347% 37.0738%);
  --accent-foreground: hsl(300 50% 100.0000%);
  --border: hsl(7.0731 29.4109% 21.8772%);
  --input: hsl(7.3365 23.0153% 29.7437%);
  --ring: hsl(41.6732 89.2167% 49.2037%);
  --destructive: hsl(0.6502 73.1777% 52.8301%);
  --footer: hsl(358.5115 106.5930% 6.8062%);
  --footer-foreground: hsl(7.9437 62.7190% 92.2915%);
  --footer-primary: hsl(300 50% 100.0000%);
  --footer-primary-foreground: hsl(2.2720 82.3275% 10.6742%);
  --footer-accent: hsl(4.8343 62.1185% 15.1244%);
  --footer-accent-foreground: hsl(39.0914 47.5216% 73.9185%);
  --footer-border: hsl(7.0731 29.4109% 21.8772%);
  --footer-ring: hsl(41.6732 89.2167% 49.2037%);
  --shadow-2xs: 0.1px 0.3px 0.6px 0px hsl(346.5647 45.5305% 0.0114% / 0.16);
  --shadow-xs: 0.1px 0.6px 1.2px -0.2px hsl(346.5647 45.5305% 0.0114% / 0.16), 0.1px 0.5px 2px -0.4px hsl(346.5647 45.5305% 0.0114% / 0.05);
  --shadow-sm: 0.2px 1.5px 4.1px -1.1px hsl(346.5647 45.5305% 0.0114% / 0.14), 0.1px 0.8px 5.4px -1.4px hsl(346.5647 45.5305% 0.0114% / 0.05);
  --shadow: 0.2px 1px 2.4px -0.6px hsl(346.5647 45.5305% 0.0114% / 0.15), 0.1px 0.5px 2.4px -0.8px hsl(346.5647 45.5305% 0.0114% / 0.05);
  --shadow-md: 0.2px 1.5px 4.1px -1.1px hsl(346.5647 45.5305% 0.0114% / 0.14), 0.2px 1.2px 4.6px -0.8px hsl(346.5647 45.5305% 0.0114% / 0.06), 0.1px 0.8px 5.4px -1.4px hsl(346.5647 45.5305% 0.0114% / 0.05);
  --shadow-lg: 0.3px 2px 6.1px -1.5px hsl(346.5647 45.5305% 0.0114% / 0.13), 0.3px 1.6px 7.2px -1.1px hsl(346.5647 45.5305% 0.0114% / 0.06), 0.2px 1px 9.5px -1.9px hsl(346.5647 45.5305% 0.0114% / 0.04);
  --shadow-xl: 0.5px 2.8px 9.6px -2.2px hsl(346.5647 45.5305% 0.0114% / 0.12), 0.4px 2.2px 12.4px -1.7px hsl(346.5647 45.5305% 0.0114% / 0.06), 0.2px 1.4px 18.7px -2.8px hsl(346.5647 45.5305% 0.0114% / 0.04);
  --shadow-2xl: 0.6px 3.6px 13.4px -2.9px hsl(346.5647 45.5305% 0.0114% / 0.11), 0.5px 2.9px 18.5px -2.2px hsl(346.5647 45.5305% 0.0114% / 0.05), 0.3px 1.8px 30.9px -3.7px hsl(346.5647 45.5305% 0.0114% / 0.04);
}