:root {
    --font-primary: 'Sora', sans-serif;
    --font-secondary: 'Inter', sans-serif;

    --text-base: 1rem;      /* 16px */
    --text-lg: 1.25rem;     /* 20px */
    --text-xl: 1.563rem;    /* 25px */
    --text-2xl: 1.938rem;   /* 31px */
    --text-3xl: 2.438rem;   /* 39px */
    --text-4xl: 3.063rem;   /* 49px */

    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.75;
}
