/* Design tokens and CSS variables */
:root {
    --scale-factor: 1;
    --page-max: 1900px;
    --gutter: clamp(16px, 4vw, 80px);
    --safe-gutter: max((100vw - var(--page-max)) / 2, 0px);
    --social-icon-size: 50px;
    --cta-two-lines: 14ch;
}


