:root{--background: 210 20% 98%;--foreground: 210 40% 10%;--primary: 195 99% 47%;--primary-foreground: 0 0% 100%;--secondary: 210 20% 96%;--secondary-foreground: 210 40% 10%;--muted: 210 20% 94%;--muted-foreground: 210 15% 45%}*{padding:0;margin:0;font-family:Outfit,sans-serif;box-sizing:border-box}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}a{text-decoration:none}.primary-color-text{color:hsl(var(--primary))}.primary-color-btn{color:hsl(var(--primary-foreground));background-color:hsl(var(--primary));border-style:none;font-size:large;font-weight:400;cursor:pointer;transition:background-color .2s ease;overflow:hidden}.primary-color-btn:hover{opacity:.9}.secondary-color-text{color:hsl(var(--secondary-foreground))}.validation-error-hint{display:flex;align-items:center;gap:8px;color:red}.validation-error-hint i{font-size:xx-large}
