:root{--mt-color-brand-honey:hsl(38,54%,56%);--mt-color-brand-ink:hsl(0,0%,14%);--mt-color-brand-cream:hsl(36,16%,82%);--mt-web-radius:0.5rem;--mt-spacing-xs:4px;--mt-spacing-sm:8px;--mt-spacing-md:12px;--mt-spacing-lg:16px;--mt-spacing-xl:24px;--mt-spacing-xxl:32px;--mt-radius-sm:8px;--mt-radius-md:10px;--mt-radius-lg:12px;--mt-radius-round:999px;--mt-typography-family-brand:"Libre Baskerville",serif;--mt-typography-family-system:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mt-typography-size-caption:14px;--mt-typography-size-body:16px;--mt-typography-size-action:17px;--mt-typography-size-title:28px;--mt-typography-weight-regular:400;--mt-typography-weight-medium:500;--mt-typography-weight-bold:700;--mt-web-light-background:38,54%,56%;--mt-web-light-foreground:0,0%,14%;--mt-web-light-card:38,54%,56%;--mt-web-light-card-foreground:0,0%,14%;--mt-web-light-popover:38,54%,56%;--mt-web-light-popover-foreground:0,0%,14%;--mt-web-light-primary:222.2,47.4%,11.2%;--mt-web-light-primary-foreground:36,16%,82%;--mt-web-light-secondary:210,40%,96.1%;--mt-web-light-secondary-foreground:222.2,47.4%,11.2%;--mt-web-light-muted:210,40%,96.1%;--mt-web-light-muted-foreground:215.4,16.3%,46.9%;--mt-web-light-accent:210,40%,96.1%;--mt-web-light-accent-foreground:222.2,47.4%,11.2%;--mt-web-light-destructive:0,84.2%,60.2%;--mt-web-light-destructive-foreground:36,16%,82%;--mt-web-light-warning:45,100%,50%;--mt-web-light-warning-foreground:36,16%,82%;--mt-web-light-border:214.3,31.8%,91.4%;--mt-web-light-input:214.3,31.8%,91.4%;--mt-web-light-ring:0,0%,14%;--mt-web-light-chart-1:12,76%,61%;--mt-web-light-chart-2:173,58%,39%;--mt-web-light-chart-3:197,37%,24%;--mt-web-light-chart-4:43,74%,66%;--mt-web-light-chart-5:27,87%,67%;--mt-web-dark-background:0,0%,14%;--mt-web-dark-foreground:36,16%,82%;--mt-web-dark-card:0,0%,14%;--mt-web-dark-card-foreground:36,16%,82%;--mt-web-dark-popover:0,0%,14%;--mt-web-dark-popover-foreground:36,16%,82%;--mt-web-dark-primary:36,16%,82%;--mt-web-dark-primary-foreground:222.2,47.4%,11.2%;--mt-web-dark-secondary:210,13%,35%;--mt-web-dark-secondary-foreground:36,16%,82%;--mt-web-dark-muted:210,40%,96.1%;--mt-web-dark-muted-foreground:215,20.2%,65.1%;--mt-web-dark-accent:210,13%,35%;--mt-web-dark-accent-foreground:36,16%,82%;--mt-web-dark-destructive:0,62.8%,30.6%;--mt-web-dark-destructive-foreground:36,16%,82%;--mt-web-dark-warning:45,90%,40%;--mt-web-dark-warning-foreground:36,16%,82%;--mt-web-dark-border:210,13%,35%;--mt-web-dark-input:210,13%,35%;--mt-web-dark-ring:212.7,26.8%,83.9%;--mt-web-dark-chart-1:220,70%,50%;--mt-web-dark-chart-2:160,60%,45%;--mt-web-dark-chart-3:30,80%,55%;--mt-web-dark-chart-4:280,65%,60%;--mt-web-dark-chart-5:340,75%,55%}@keyframes sd-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sd-blurIn{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur(0)}}@keyframes sd-slideUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}[data-sd-animate]{animation:var(--sd-animation,sd-fadeIn) var(--sd-duration,.15s) var(--sd-easing,ease) var(--sd-delay,0s) both}