/* Mori: A's design, C's palette for dark mode. Canonical design tokens. */
@font-face {
  font-family: "Nunito";
  src: url("./fonts/Nunito-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}
:root {
  color-scheme: light;
  --font-sans: "Nunito", ui-rounded, system-ui, sans-serif;
  --background: #FFF8ED;
  --foreground: #352C29;
  --card: #FFFCF6;
  --card-foreground: #352C29;
  --popover: #FFFCF6;
  --popover-foreground: #352C29;
  --primary: #E96B50;
  --primary-foreground: #261D19;
  --primary-hover: #F17C63;
  --primary-pressed: #E5684D;
  --primary-edge: #B84B34;
  --secondary: #FFE9D6;
  --secondary-foreground: #352C29;
  --muted: #F5EADD;
  --muted-foreground: #786459;
  --accent: #FFE4CC;
  --accent-foreground: #352C29;
  --border: #E8CDB7;
  --input: #A78672;
  --ring: #AE412C;
  --link: #AE412C;
  --destructive: #AD302D;
  --destructive-foreground: #FFFFFF;
  --success: #2D6B50;
  --success-foreground: #FFFFFF;
  --disabled: #EBDED0;
  --disabled-foreground: #7C695E;
  --shelf-top: #F4C599;
  --shelf-front: #DFA071;
  --shelf-edge: #BF784D;
  --surface-shadow: 0 3px 8px #6036170D, 0 10px 24px #60361708;
  --tile-shadow: 0 3px 0 #DAB99A, 0 8px 14px #60361714;
  --chart-1: #E96B50;
  --chart-2: #2D6B50;
  --chart-3: #AE772F;
  --chart-4: #60798A;
  --chart-5: #9D646F;
  --sidebar: #FFFCF6;
  --sidebar-foreground: #352C29;
  --sidebar-primary: #E96B50;
  --sidebar-primary-foreground: #261D19;
  --sidebar-accent: #FFE4CC;
  --sidebar-accent-foreground: #352C29;
  --sidebar-border: #E8CDB7;
  --sidebar-ring: #AE412C;
  --radius: 1rem;
  --radius-xs: .5rem;
  --radius-sm: .75rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;
  --radius-full: 9999px;
  --weight-body: 400;
  --weight-support: 600;
  --weight-control: 700;
  --weight-title: 800;
  --weight-display: 900;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
}
.dark {
  color-scheme: dark;
  --background: #102C32;
  --foreground: #FFF4DA;
  --card: #1B3D43;
  --card-foreground: #FFF4DA;
  --popover: #23484E;
  --popover-foreground: #FFF4DA;
  --primary: #F3BD64;
  --primary-foreground: #102C32;
  --primary-hover: #FFD18B;
  --primary-pressed: #EAB257;
  --primary-edge: #AC782F;
  --secondary: #274C52;
  --secondary-foreground: #FFF4DA;
  --muted: #17373D;
  --muted-foreground: #A9C1C2;
  --accent: #315A60;
  --accent-foreground: #FFF4DA;
  --border: #426269;
  --input: #739398;
  --ring: #F3BD64;
  --link: #F3BD64;
  --destructive: #FFAAA0;
  --destructive-foreground: #38120E;
  --success: #91D7B0;
  --success-foreground: #102C32;
  --disabled: #26464C;
  --disabled-foreground: #98ABAC;
  --shelf-top: #635044;
  --shelf-front: #463930;
  --shelf-edge: #302923;
  --surface-shadow: 0 3px 8px #0000001F, 0 10px 24px #0000001A;
  --tile-shadow: 0 3px 0 #091D22, 0 8px 14px #00000038;
  --chart-1: #F3BD64;
  --chart-2: #91D7B0;
  --chart-3: #F19980;
  --chart-4: #8AAECA;
  --chart-5: #D6A0B2;
  --sidebar: #1B3D43;
  --sidebar-foreground: #FFF4DA;
  --sidebar-primary: #F3BD64;
  --sidebar-primary-foreground: #102C32;
  --sidebar-accent: #315A60;
  --sidebar-accent-foreground: #FFF4DA;
  --sidebar-border: #426269;
  --sidebar-ring: #F3BD64;
}
