:root{--brand-primary:#bf4b4b;--brand-secondary:#56a9dc;--background-primary:#f7f6f2;--background-secondary:#fff;--text-primary:#241b17;--text-secondary:#3c2f29;--font-size-h1:3rem;--font-size-h2:1.75rem;--font-size-h3:1.375rem;--font-size-h4:1.25rem;--font-size-h5:.75rem;--font-size-large:1.125rem;--font-size-default:1rem;--font-size-small:.875rem;--font-size-extra-small:.75rem;--max-content-width:1200px;--screen-padding:16px}@media (max-width:767px){:root{--font-size-h1:1.75rem;--font-size-h2:1.625rem;--font-size-h3:1.125rem;--font-size-h4:1.125rem;--font-size-h5:.625rem;--font-size-large:1.0625rem;--font-size-default:.875rem;--font-size-small:.75rem;--font-size-extra-small:.625rem}}@layer base{*{box-sizing:border-box}body{background-color:var(--background-primary);color:var(--text-primary);font-size:var(--font-size-default);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer}h1,h2,h3,h4,h5,h6,p{margin:0}ol,ul{margin-block:unset}fieldset{margin:unset;padding:unset;border:none}}.container{box-sizing:border-box;width:100%;max-width:var(--max-content-width);padding-inline:var(--screen-padding);margin-inline:auto}