/* YoYo Casino — design tokens. Ultra-light/neutral/pastel palette, deliberately
   the least decorated site in the network: no gradients, no glow/neon
   shadows, no textures. */

:root {
  --bg-0: #FFFFFF;
  --bg-1: #F7F7F8;
  --bg-2: #EFEFF2;
  --ink-900: #1C1C22;
  --ink-500: #6B6B75;
  --lavender-300: #C9BFEF;
  --lavender-400: #A99BE0;
  --peach-300: #F6C9AE;
  --yellow-300: #EFE3A8;
  --line-100: #E4E4E9;
  --positive-500: #4CAF7D;
  --warning-500: #D9A441;
  --danger-500: #D9636B;

  --font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;

  --wrap-max: 1180px;
  --gap: 20px;

  --shadow-flat: 0 1px 2px rgba(28, 28, 34, 0.04);
}
