@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=DM+Mono:wght@400;500&display=swap');

:root {
    --bg: #fafafa;
    --fg: #0f0f0f;
    --card: #fff;
    --border: #e4e4e7;
    --input: #e4e4e7;
    --ring: #18181b;
    --muted: #f4f4f5;
    --muted-fg: #71717a;
    --primary: #18181b;
    --primary-fg: #fafafa;
    --accent: #f4f4f5;
    --radius: 0.5rem;
    --radius-sm: 0.375rem;
    --radius-lg: 0.75rem;
    --shadow-sm: 0 1px 2px rgb(0 0 0 / 5%);
    --shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 1px 2px -1px rgb(0 0 0 / 10%);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
    --sidebar-w: 240px;
    --header-h: 56px;
    --content-w: 960px;
    --layout-w: 1200px;
    --ease: 150ms cubic-bezier(.4, 0, .2, 1);
    --destructive: #ef4444;
}