:root {
    --font-sans: 'Cabin', sans-serif;

}

@font-face {
    font-family: 'Cabin';
    src: url('../fonts/Cabin-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: var(--font-sans);
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* Utility: ensure email lists (legacy overrides) inherit base font */
.email-list {
    font-family: inherit;
}
