/* Typography styles based on brand guidelines */

/* Base font settings */
:root {
    font-family: 'Signika', sans-serif !important;
}

/* Override Tailwind font classes */
.font-nunito,
.font-cursive-alex,
.font-cursive-kaushan,
.font-head-ebgaramond,
.font-para-worksans,
.font-sans,
[class*="font-"] {
    font-family: 'Signika', sans-serif !important;
}

/* Headings */
h1, .h1, .text-4xl, .text-5xl {
    font-size: 34pt !important;
    font-weight: 600 !important; /* semibold */
    line-height: 1.2 !important;
}

h2, .h2, .text-3xl {
    font-size: 22pt !important;
    font-weight: 300 !important; /* light */
    line-height: 1.3 !important;
}

h3, .h3, .text-2xl {
    font-size: 18pt !important;
    font-weight: 600 !important; /* semibold */
    line-height: 1.4 !important;
}

/* Body text */
body, p, .text-base {
    font-size: 14pt !important;
    font-weight: 300 !important; /* light */
    line-height: 1.6 !important;
}

/* Highlight text */
.highlight, .font-semibold, .font-medium {
    font-weight: 600 !important; /* semibold */
}

/* Force Signika on all elements */
* {
    font-family: 'Signika', sans-serif !important;
}
