:root{--font-family: "Helvetica Neue", Helvetica, system-ui, Avenir, Arial, sans-serif;--yellow: #FFBD02;--yellow-dark: #f59e0b;--purple: #2E235C;--blue: #667BC1;--white: #FFFFFF;--black: #141414;--grey-100: #F2F2F2;--grey-300: #CACACA;--grey-500: #8E8E8E;--grey-700: #707070;--font-light: 300;--font-normal: 400;--font-bold: 700;--radius: 4px}:root{font-family:var(--font-family);color:var(--black);background-color:var(--white);line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px}h1,h2,h3,h4,h5,p{margin:0}a{color:var(--blue);text-underline-offset:2px}a:hover{color:var(--black)}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}@media (min-width: 960px){h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.625rem}h4{font-size:1.25rem}h5{font-size:1rem}}@media (min-width: 1920px){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.625rem}h4{font-size:1.25rem}h5{font-size:1rem}}.mb-05{margin-bottom:.5rem}.mb-1{margin-bottom:1rem}.mb-15{margin-bottom:1.5rem}.mb-2{margin-bottom:2rem}.styleguide{padding:1rem}.styleguide-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--grey-300)}.styleguide-header h1{margin-bottom:.5rem}.styleguide-header p{color:var(--grey-600);font-size:1rem}.section{margin-bottom:2rem}.section-title{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--grey-200)}.typography-grid,.button-grid{display:grid;grid-template-columns:1fr;gap:1rem}.type-sample,.button-sample{padding:1rem;border:1px solid var(--grey-200);border-radius:8px;background:var(--white);box-shadow:0 1px 3px #0000001a}.button-sample{display:flex;flex-direction:column;align-items:center;gap:.75rem}.button-sample button{margin:0}.type-sample code,.button-sample code{display:block;margin-top:.5rem;padding:.25rem .5rem;background:var(--grey-100);border-radius:4px;font-size:.875rem;color:var(--grey-600);font-family:Monaco,Menlo,monospace}@media (min-width: 960px){.styleguide{padding:2rem;max-width:1200px;margin:0 auto}.styleguide-header{margin-bottom:3rem;padding-bottom:2rem}.styleguide-header p{font-size:1.125rem}.section{margin-bottom:3rem}.section-title{margin-bottom:1.5rem}.typography-grid,.button-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.type-sample,.button-sample{padding:1.5rem}.button-sample.full-width{grid-column:1 / -1}}.btn{color:var(--black);background-color:var(--yellow);border:none;border-radius:var(--radius);cursor:pointer;padding:.5rem;font-size:1rem;transition:background-color .2s ease}.btn:disabled{background-color:var(--grey-300);cursor:not-allowed}.btn:hover:not(:disabled){background-color:var(--yellow-dark)}.btn--small{padding:.25rem .5rem;width:4rem}.btn--large{width:12rem}.btn--full{width:100%}@media (min-width: 960px){.btn--large,.btn--full{font-size:1.125rem}.btn--large{width:16rem}}
