@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");:root{font-family:Roboto,sans-serif;--primary-color:#c41e3a;--primary-color-light:#e67c8d;--primary-color-dark:#8a0a21;--font-color:#252a32;--dark-font-color:#000;--error-color:#fcac00;--disabled-color:grey;--bg-light-color:#f1f2f3}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;scroll-behavior:smooth}main{width:100%}html{scroll-padding-top:72px}@media (max-width:825px){html{scroll-padding-top:60px}}a{color:inherit;text-decoration:none}