@layer theme{:root{--mantine-color-text:var(--foreground);--mantine-font-family:var(--font-primary)!important;--mantine-font-family-monospace:var(--font-primary)!important;--mantine-font-family-headings:var(--font-secondary)!important;--content-main-width:70rem}}@layer base{body{background:var(--background);width:100vw;height:100vh;overflow-x:hidden!important;--mantine-font-family:var(--font-primary)!important;--mantine-font-family-monospace:var(--font-primary)!important;--mantine-font-family-headings:var(--font-secondary)!important}}@utility start-spacing{margin-block-start:1em}@layer component{.content-page{padding-block-end:2rem;min-height:100vh}.content-section{padding-block:1rem}*>.content-section:first-of-type{padding-block-start:2rem}.content-main{margin-inline:auto;width:100%;padding-inline:2rem;max-width:var(--content-main-width)}.content-flow>*+*,.content-main>*+*{margin-block-start:1em}.hover-border{position:absolute;inset:0;border-style:solid;border-width:.075rem;border-color:var(--primary);z-index:1;pointer-events:none;transition:var(--transition-slow);margin:0;opacity:0}.hover-border-target:hover .hover-border,.hover-border:hover{margin:1.5rem;opacity:.75}}