@font-face {
    font-family: 'Hegarty';
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/BBHHegarty-Regular.ttf') format('truetype');
}

:root {
    /* Font Families */
    --font-primary: 'Hegarty', sans-serif;
    --font-secondary: sans-serif;
    
    /* Font Sizes */
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 20px;
    --font-size-xl: 24px;
    --font-size-2xl: 28px;
    --font-size-3xl: 40px;
    --font-size-4xl: 60px;
    
    /* Font Weights */
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    
    /* Line Heights */
    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.8;
}
