/* Plus Jakarta Sans — loaded via Google Fonts in base.html */

:root {
    --font-family-sofia: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-weight-sofia-regular: 400;
    --font-weight-sofia-bold: 700;
}

body {
    font-family: var(--font-family-sofia);
    font-weight: 400;
}
