/* Bu dosya üretilmiştir. Kaynak: GET /v1/theme + lib/theme/css-variables.ts */
@layer theme-runtime {
:root {
  --primary: #0F172A;
  --primary-fg: #ffffff;
  --secondary: #475569;
  --secondary-fg: #ffffff;
  --accent: #7C3AED;
  --accent-fg: #ffffff;
  --accent-soft: #7C3AED14;
  --ok: #059669;
  --warn: #D97706;
  --danger: #E11D48;
  --info: #0284C7;
  --sale: #E11D48;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --base-size: 15px;
  --radius: 16px;
  --container: 1440px;
  --grid-cols: 4;
}

:root[data-theme='light'] {
  --ground: #FFFFFF;
  --surface: #F8FAFC;
  --ink: #0F172A;
  --muted: #64748B;
}

@media (prefers-color-scheme: light) {
  :root:not([data-theme='dark']) {
  --ground: #FFFFFF;
  --surface: #F8FAFC;
  --ink: #0F172A;
  --muted: #64748B;
  }
}
}
