@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";

/* tokens/fonts.css */

/* tokens/colors.css */
:root {
  --plum-900: #1D1335;
  --plum-800: #241741;
  --plum-700: #2A1C4A;
  --plum-600: #3A2A63;
  --plum-500: #4C3A7D;
  --plum-400: #6B57A0;
  --lavender-300: #C9B6FF;
  --lavender-200: #DED2FF;
  --lavender-100: #EFE9FF;
  --amber-400: #FFDE8F;
  --amber-500: #FFD166;
  --amber-600: #E0A200;
  --amber-700: #C99700;
  --ink: #101418;
  --slate-700: #3E4245;
  --slate-500: #5C6063;
  --slate-400: #8A8D8F;
  --slate-200: #D6D6D2;
  --line: #E3E3E0;
  --paper: #F4F4F2;
  --white: #FFFFFF;
  --success: #1E9E5A;
  --success-bg: #E4F5EC;
  --warning: #E0A200;
  --warning-bg: #FDF2D9;
  --danger: #C8252B;
  --danger-bg: #FBE7E8;
  --info: #4C6BE0;
  --info-bg: #E8ECFC;
  --surface-page: var(--paper);
  --surface-card: var(--white);
  --surface-sunken: #ECECE8;
  --surface-brand: var(--plum-700);
  --surface-accent: var(--amber-500);
  --border-default: var(--line);
  --border-strong: var(--slate-200);
  --border-focus: var(--plum-500);
  --text-body: var(--ink);
  --text-muted: var(--slate-500);
  --text-faint: var(--slate-400);
  --text-brand: var(--plum-700);
  --text-accent: var(--amber-700);
  --text-on-brand: var(--white);
  --text-on-accent: var(--plum-700);
}
.innopos-dark {
  --surface-page: var(--plum-700);
  --surface-card: var(--plum-600);
  --surface-sunken: var(--plum-800);
  --surface-brand: var(--plum-700);
  --border-default: rgba(201, 182, 255, 0.24);
  --border-strong: var(--lavender-300);
  --border-focus: var(--amber-500);
  --text-body: var(--white);
  --text-muted: var(--lavender-300);
  --text-faint: rgba(222, 210, 255, 0.72);
  --text-brand: var(--white);
  --text-accent: var(--amber-500);
}

/* tokens/typography.css */
:root {
  --font-sans:
    "DM Sans",
    "Helvetica Neue",
    Arial,
    sans-serif;
  --font-mono:
    "DM Mono",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 700;
  --text-display-size: 56px;
  --text-display-line: 1.04;
  --text-display-tracking: 0.02em;
  --text-h1-size: 40px;
  --text-h1-line: 1.1;
  --text-h1-tracking: 0.01em;
  --text-h2-size: 28px;
  --text-h2-line: 1.18;
  --text-h2-tracking: 0;
  --text-h3-size: 20px;
  --text-h3-line: 1.3;
  --text-h3-tracking: 0;
  --text-body-size: 16px;
  --text-body-line: 1.55;
  --text-small-size: 14px;
  --text-small-line: 1.5;
  --text-caption-size: 12px;
  --text-caption-line: 1.45;
  --text-overline-size: 11px;
  --text-overline-tracking: 0.18em;
  --text-overline-transform: uppercase;
  --text-overline-weight: 700;
  --text-numeric-size: 24px;
  --text-numeric-weight: 700;
  --text-numeric-feature: "tnum" 1;
  --wordmark-weight: 700;
  --wordmark-tracking: 0.02em;
}

/* tokens/spacing.css */
:root {
  --space-1: 2px;
  --space-2: 4px;
  --space-3: 8px;
  --space-4: 12px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;
  --space-9: 40px;
  --space-10: 48px;
  --space-11: 64px;
  --space-12: 80px;
  --touch-min: 44px;
  --touch-kiosk: 72px;
  --container-max: 1200px;
  --sidebar-width: 264px;
  --kiosk-gutter: 48px;
}

/* tokens/radius-shadow.css */
:root {
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;
  --radius-2xl: 28px;
  --radius-pill: 999px;
  --radius-icon-app: 22.6%;
  --border-width: 1px;
  --border-width-strong: 2px;
  --shadow-card: 0 1px 2px rgba(16, 20, 24, 0.04), 0 2px 8px rgba(42, 28, 74, 0.06);
  --shadow-raised: 0 2px 4px rgba(16, 20, 24, 0.06), 0 8px 24px rgba(42, 28, 74, 0.10);
  --shadow-overlay: 0 12px 48px rgba(29, 19, 53, 0.24);
  --shadow-focus: 0 0 0 3px rgba(76, 58, 125, 0.28);
  --shadow-focus-dark: 0 0 0 3px rgba(255, 209, 102, 0.42);
  --shadow-none: none;
}

/* tokens/motion.css */
:root {
  --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --duration-fast: 120ms;
  --duration-base: 180ms;
  --duration-slow: 280ms;
  --duration-ripple: 900ms;
}

/* styles.css */
