@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--red: #7b1225;--grey: #3a3a3a;--grey-light: #6b6b6b;--grey-bg: #f5f5f5;--white: #ffffff;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--white);color:var(--grey);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0 0 1rem;line-height:1.25;color:var(--grey)}p{margin:0 0 1rem}a{color:var(--red);text-decoration:none}a:hover{text-decoration:underline}#root{min-height:100vh;display:flex;flex-direction:column}
