@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700&display=swap";
@theme inline{--radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-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-ring: var(--ring);}:root{--radius:.5rem;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f7f6f2;--foreground:#0e434e;--card:#fff;--card-foreground:#0e434e;--primary:#ffc400;--primary-foreground:#000000d9;--secondary:#efeee6;--secondary-foreground:#0e434e;--muted:#efeee6;--muted-foreground:#44747e;--accent:#11525f;--accent-foreground:#fafafa;--destructive:#dc2828;--destructive-foreground:#fff;--border:#b9d0d5;--input:#b9d0d5;--ring:#ffc400;--hover-bg:#dfeaec;--hover-border:#80aab3;--warning-bg:#fff5d6;--warning-border:#ffc400;--warning-text:#81470e;font-family:Nunito Sans,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{background:var(--background);min-height:100vh;color:var(--foreground);margin:0}button,input,select,textarea{font:inherit}
