.button{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;font-weight:600;transition:background-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.button:focus{ring:2px solid var(--primary);ring-offset:2px;outline:none}.button--sm{padding:.375rem .75rem;font-size:.875rem}.button--md{padding:.625rem 1.25rem;font-size:1rem}.button--lg{padding:.75rem 1.75rem;font-size:1.125rem}.button--primary{background-color:var(--primary);color:#fff}.button--primary:hover{background-color:#3d614ee6}.button--secondary{border:2px solid var(--primary-soft);color:var(--foreground);background-color:#fff}.button--secondary:hover{border-color:var(--primary)}.button--outline{border:2px solid var(--primary-soft);color:var(--foreground);background-color:#0000}.button--outline:hover{border-color:var(--primary)}.button--ghost{color:var(--foreground);background-color:#0000}.button--ghost:hover{color:var(--primary);background-color:#c8ddd480}.button--white{color:var(--primary);background-color:#fff}.button--white:hover{background-color:#ffffffe6}.button--white-outline{color:#fff;background-color:#0000;border:2px solid #fff}.button--white-outline:hover{background-color:#ffffff1a}.button--full-width{width:100%}.button--glow{box-shadow:0 10px 15px -3px #3d614e4d}.button--glow:hover{box-shadow:0 20px 25px -5px #3d614e66}
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;position:relative}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.container--sm{max-width:42rem}.container--md{max-width:56rem}.container--lg{max-width:72rem}.container--xl{max-width:80rem}.container--full{max-width:100%}
.typography{margin:0}.typography--h1{font-size:2.25rem;font-weight:700;line-height:1.25}@media (min-width:640px){.typography--h1{font-size:3rem}}@media (min-width:1024px){.typography--h1{font-size:3.75rem}}.typography--h2{font-size:1.875rem;font-weight:700;line-height:1.25}@media (min-width:640px){.typography--h2{font-size:2.25rem}}.typography--h3{font-size:1.5rem;font-weight:700;line-height:1.25}@media (min-width:640px){.typography--h3{font-size:1.875rem}}.typography--h4{font-size:1.25rem;font-weight:600;line-height:1.375}@media (min-width:640px){.typography--h4{font-size:1.5rem}}.typography--body{font-size:1rem;line-height:1.625}.typography--body-lg{font-size:1.125rem;line-height:1.625}@media (min-width:640px){.typography--body-lg{font-size:1.25rem}}.typography--caption{font-size:.875rem;line-height:1}.typography--label{font-size:.875rem;font-weight:500;line-height:1.25}.typography--color-primary{color:var(--foreground)}.typography--color-secondary{color:#0f1f18b3}.typography--color-tertiary{color:#0f1f1899}.typography--color-muted{color:#0f1f1880}.typography--color-inherit{color:inherit}.typography--color-error{color:var(--error)}.typography--color-success{color:var(--success)}.typography--weight-normal{font-weight:400}.typography--weight-medium{font-weight:500}.typography--weight-semibold{font-weight:600}.typography--weight-bold{font-weight:700}.typography--align-left{text-align:left}.typography--align-center{text-align:center}.typography--align-right{text-align:right}.typography--truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
