@font-face{font-family:Nunito Sans;src:url(/fonts/NunitoSans-Variable.ttf) format("truetype");font-weight:100 900;font-stretch:75% 125%;font-style:normal}@font-face{font-family:Nunito Sans;src:url(/fonts/NunitoSans-Italic-Variable.ttf) format("truetype");font-weight:100 900;font-stretch:75% 125%;font-style:italic}:root{--primary-background: 249 255 245;--secondary-background: 235 235 235;--tertiary-background: 210 210 210;--primary-accent: 78 148 229;--secondary-accent: 94 164 246;--text-primary: #000000;--text-secondary: #393939;--text-tertiary: #717171;--error: 231 76 60;--success: 46 204 113}body{font-family:Nunito Sans,sans-serif;color:var(--text-primary);background-color:rgb(var(--primary-background));font-size:16px}h1{font-size:32px}h2{font-size:26px}h3{font-size:20px}textarea,input{background-color:rgb(var(--secondary-background))}a{color:rgb(var(--primary-accent));text-decoration:none}a:hover{text-decoration-line:underline}.underline-secondary{text-decoration:underline;text-decoration-color:rgb(var(--secondary-accent))}.loader{display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes notificationAnimate{0%{transform:translateY(100%);opacity:0}10%,90%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.notification-animate{animation:notificationAnimate 3s ease-in-out}
