@charset "UTF-8"; @layer variables, reset, defaults, components, utilities; @layer variables { @property --color { syntax: ''; inherits: true; initial-value: #ffd166; } @property --color-accent-1 { syntax: ''; inherits: true; initial-value: #4CE0B3; } @property --color-accent-2 { syntax: ''; inherits: true; initial-value: #ffd166; } @property --color-accent-3 { syntax: ''; inherits: true; initial-value: #ef476f; } @property --color-accent-4 { syntax: ''; inherits: true; initial-value: #118ab2; } @property --color-accent-5 { syntax: ''; inherits: true; initial-value: #073b4c; } @property --color-highlight { syntax: ''; inherits: true; initial-value: #ffdc00; } @property --color-error { syntax: ''; inherits: true; initial-value: #d43939; } @property --color-warning { syntax: ''; inherits: true; initial-value: #ffc107; } @property --color-success { syntax: ''; inherits: true; initial-value: #28bd14; } @property --color-bg { syntax: ''; inherits: true; initial-value: #ffffff; } @property --color-bg-secondary { syntax: ''; inherits: true; initial-value: #eeeeee; } @property --color-bg-card { syntax: ''; inherits: true; initial-value: #f3f5f7; } @property --color-text { syntax: ''; inherits: true; initial-value: #333333; } @property --color-text-muted { syntax: ''; inherits: true; initial-value: #a2a3a5; } @property --color-link { syntax: ''; inherits: true; initial-value: #0076d1; } @property --color-border { syntax: ''; inherits: true; initial-value: #333333; } @property --border-radius { syntax: '*'; inherits: true; initial-value: 0.25rem; } @property --shadow-1 { syntax: '*'; inherits: true; initial-value: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 0.25em rgba(0, 0, 0, 0.12); } @property --shadow-2 { syntax: '*'; inherits: true; initial-value: 0 2px 6px hsla(0, 0%, 0%, 0.2);; } @property --width-content { syntax: '*'; inherits: true; initial-value: 850px; } @property --font-sans { syntax: '*'; inherits: true; initial-value: system-ui, ui-sans, sans-serif; } @property --font-serif { syntax: '*'; inherits: true; initial-value: ui-serif, serif; } @property --font-mono { syntax: '*'; inherits: true; initial-value: ui-monospace, monospace; } @property --font-size { syntax: '*'; inherits: true; initial-value: clamp(1em, 0.9em + 1vw, 1.5em); /* initial-value: clamp(1.1rem, calc(1.1rem + .25vw), 1.75rem); */ } @property --font-size-small { syntax: ''; inherits: true; initial-value: 83.33%; } @property --animation-duration { syntax: '