@tailwind base;@tailwind components;@tailwind utilities;:root{--background: hsl(0, 0%, 100%);--foreground: hsl(220, 13%, 29%);--muted: hsl(60, 4.8%, 95.9%);--muted-foreground: hsl(25, 5.3%, 44.7%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(220, 13%, 29%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(220, 13%, 29%);--border: hsl(20, 5.9%, 90%);--input: hsl(20, 5.9%, 90%);--primary: hsl(82, 96%, 39%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(60, 4.8%, 95.9%);--secondary-foreground: hsl(24, 9.8%, 10%);--accent: hsl(60, 4.8%, 95.9%);--accent-foreground: hsl(24, 9.8%, 10%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(60, 9.1%, 97.8%);--ring: hsl(220, 13%, 29%);--radius: .5rem;--duolingo-green: hsl(82, 96%, 39%);--duolingo-light-green: hsl(76, 83%, 51%);--duolingo-blue: hsl(201, 90%, 54%);--duolingo-gray: hsl(220, 13%, 29%);--duolingo-light-gray: hsl(0, 0%, 97%)}.dark{--background: hsl(240, 10%, 3.9%);--foreground: hsl(0, 0%, 98%);--muted: hsl(240, 3.7%, 15.9%);--muted-foreground: hsl(240, 5%, 64.9%);--popover: hsl(240, 10%, 3.9%);--popover-foreground: hsl(0, 0%, 98%);--card: hsl(240, 10%, 3.9%);--card-foreground: hsl(0, 0%, 98%);--border: hsl(240, 3.7%, 15.9%);--input: hsl(240, 3.7%, 15.9%);--primary: hsl(82, 96%, 39%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(240, 3.7%, 15.9%);--secondary-foreground: hsl(0, 0%, 98%);--accent: hsl(240, 3.7%, 15.9%);--accent-foreground: hsl(0, 0%, 98%);--destructive: hsl(0, 62.8%, 30.6%);--destructive-foreground: hsl(0, 0%, 98%);--ring: hsl(240, 4.9%, 83.9%)}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}}@layer utilities{.duolingo-green{color:#7dc304}.bg-duolingo-green{background-color:#7dc304}.duolingo-light-green{color:#b2ea1a}.bg-duolingo-light-green{background-color:#b2ea1a}.duolingo-blue{color:#20a9f3}.bg-duolingo-blue{background-color:#20a9f3}.duolingo-gray{color:#404754}.bg-duolingo-gray{background-color:#404754}.bg-duolingo-light-gray{background-color:#f7f7f7}.gradient-text{background:linear-gradient(135deg,#7dc304,#b2ea1a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:float 3s ease-in-out infinite}.hover-scale{transition:transform .3s ease,box-shadow .3s ease}.hover-scale:hover{transform:scale(1.05);box-shadow:0 10px 25px #58cc0226}.university-logo{filter:grayscale(100%);opacity:.7;transition:all .3s ease}.university-logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.1)}
/*# sourceMappingURL=index.css.map */
