:root{--primary:#e03934;--primary-dark:#bd2826;--primary-light:#eb5850;--secondary:#2D4559;--secondary-dark:#1d3345;--secondary-light:#415c72;--white:#fff;--gray:#2b353d;--gray-light:#cbd2d6;--gray-md:#606d78}body,html{overflow-x:hidden}body{color:var(--white);background:var(--secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--gray)}a{color:inherit;text-decoration:none}.font-bold{font-weight:500}.background-white{background-color:#fff;color:var(--gray)}.background-white h1,.background-white h2,.background-white h3,.background-white h4,.background-white h5,.background-white h6,.background-white p{color:var(--gray)}.rounded{border-radius:10px}.text-white{color:var(--secondary)}.text-secondary{color:var(--gray)}.text-primary{color:var(--primary)!important}.btn-primary{background-color:var(--secondary);border-color:var(--secondary)}.btn:active,.btn:disabled,.btn:first-child:active,.btn:focus,.btn:focus-visible,.btn:hover,.form-check-input:checked{background-color:var(--gray);border-color:var(--gray)}.btn:focus-visible{box-shadow:0 0 0 .25rem var(--primary)}.btn-secondary:focus-visible{box-shadow:0 0 0 .25rem var(--gray-light)}.form-check-input:focus{border-color:var(--primary-light)}