/* CSS Variables for Fredoka Font System - Centralized */
/* This file should be loaded on ALL pages to ensure consistent typography */
:root {
    --font-primary: "Fredoka", sans-serif;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-variation-width: 100;
}

