@import"https://fonts.googleapis.com/css2?family=Apex+Serif:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Apex+New:wght@400;500&display=swap";@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--background: rgba(255, 255, 255, 1);--foreground: rgba(0, 0, 0, 1);--card: rgba(247, 247, 247, 1);--card-foreground: rgba(0, 0, 0, 1);--popover: rgba(0, 0, 0, 0);--popover-foreground: rgba(0, 0, 0, 1);--primary: rgba(0, 55, 75, 1);--primary-foreground: rgba(255, 255, 255, 1);--secondary: rgba(70, 124, 139, 1);--secondary-foreground: rgba(255, 255, 255, 1);--muted: rgba(239, 239, 239, 1);--muted-foreground: rgba(95, 94, 94, 1);--accent: rgba(70, 124, 139, 1);--accent-foreground: rgba(255, 255, 255, 1);--destructive: rgba(245, 100, 75, 1);--destructive-foreground: rgba(255, 255, 255, 1);--border: rgba(70, 124, 139, 1);--input: rgba(255, 255, 255, 1);--input-background: rgba(255, 255, 255, 1);--ring: rgba(70, 124, 139, 1);--elevation-sm: 0px 4px 3px 0px rgba(0, 0, 0, .05);--chart-1: rgba(0, 125, 85, 1);--chart-2: rgba(245, 100, 75, 1);--chart-3: rgba(70, 124, 139, 1);--chart-4: rgba(210, 185, 0, 1);--chart-5: rgba(220, 12, 35, 1);--status-active: rgba(0, 125, 85, 1);--status-draft: rgba(210, 185, 0, 1);--status-inactive: rgba(245, 100, 75, 1);--radius: 4px;--radius-button: 4px;--radius-card: 4px;--radius-pill: 999px;--sidebar: rgba(239, 239, 239, 1);--sidebar-foreground: rgba(95, 94, 94, 1);--sidebar-primary: rgba(0, 55, 75, 1);--sidebar-primary-foreground: rgba(255, 255, 255, 1);--sidebar-accent: rgba(70, 124, 139, 1);--sidebar-accent-foreground: rgba(255, 255, 255, 1);--sidebar-border: rgba(70, 124, 139, 1);--sidebar-ring: rgba(70, 124, 139, 1);--text-h1: 26px;--text-h2: 20px;--text-h3: 16px;--text-h4: 14px;--text-base: 18px;--text-label: 16px;--text-button: 18px;--text-small: 14px;--text-caption: 12px;--font-weight-regular: 400;--font-weight-medium: 500}.dark{--background: rgba(0, 0, 0, 1);--foreground: rgba(255, 255, 255, 1);--card: rgba(32, 32, 32, 1);--card-foreground: rgba(255, 255, 255, 1);--popover: rgba(0, 0, 0, 1);--popover-foreground: rgba(255, 255, 255, 1);--primary: rgba(255, 255, 255, 1);--primary-foreground: rgba(0, 55, 75, 1);--secondary: rgba(70, 124, 139, 1);--secondary-foreground: rgba(255, 255, 255, 1);--muted: rgba(64, 64, 64, 1);--muted-foreground: rgba(160, 160, 160, 1);--accent: rgba(70, 124, 139, 1);--accent-foreground: rgba(255, 255, 255, 1);--destructive: rgba(245, 100, 75, 1);--destructive-foreground: rgba(255, 255, 255, 1);--border: rgba(70, 124, 139, 1);--input: rgba(32, 32, 32, 1);--ring: rgba(70, 124, 139, 1);--sidebar: rgba(24, 24, 24, 1);--sidebar-foreground: rgba(255, 255, 255, 1);--sidebar-primary: rgba(255, 255, 255, 1);--sidebar-primary-foreground: rgba(0, 55, 75, 1);--sidebar-accent: rgba(70, 124, 139, 1);--sidebar-accent-foreground: rgba(255, 255, 255, 1);--sidebar-border: rgba(70, 124, 139, 1);--sidebar-ring: rgba(70, 124, 139, 1)}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-input-background: var(--input-background); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 2px); --radius-md: var(--radius); --radius-lg: calc(var(--radius) + 4px); --radius-xl: calc(var(--radius) + 8px); --radius-button: var(--radius-button); --radius-card: var(--radius-card); --radius-pill: var(--radius-pill); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}}h1{font-family:"Apex Serif",serif;font-size:var(--text-h1);font-weight:var(--font-weight-regular);line-height:1.5}h2{font-family:Apex New,sans-serif;font-size:var(--text-h2);font-weight:var(--font-weight-regular);line-height:1.5}h3{font-family:Apex New,sans-serif;font-size:var(--text-h3);font-weight:var(--font-weight-medium);line-height:1.5}h4{font-family:Apex New,sans-serif;font-size:var(--text-h4);font-weight:var(--font-weight-medium);line-height:1.5}p,span{font-family:Apex New,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-regular);line-height:1.5}label{font-family:Apex New,sans-serif;font-size:var(--text-label);font-weight:var(--font-weight-regular);line-height:1.5}button{font-family:Apex New,sans-serif;font-size:var(--text-button);font-weight:var(--font-weight-medium);line-height:1.5;letter-spacing:.54px}input{font-family:Apex New,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-regular);line-height:1.5}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--input-background) inset!important;-webkit-text-fill-color:var(--foreground)!important;caret-color:var(--foreground)!important}textarea{font-family:Apex New,sans-serif;font-size:var(--text-base);font-weight:var(--font-weight-regular);line-height:1.5}.text-small{font-family:Apex New,sans-serif;font-size:var(--text-small);font-weight:var(--font-weight-regular);line-height:1.5}.text-caption{font-family:Apex New,sans-serif;font-size:var(--text-caption);font-weight:var(--font-weight-regular);line-height:1.5}html{font-size:var(--font-size)}
