/*
 * Core Style Master - Font Tokens
 * File:    core-fonts-4.2.4.css (v4.2.4)
 * Auto-generated - DO NOT EDIT MANUALLY
 * Managed via WP Admin -> Core Styles -> Typography
 * Last updated: 2026-06-12 11:14:04
 */

:root {

    /* -- Font Families -- */

    /* -- Element Typography -- */
    --font-h1-weight:      400;
    --font-h2-weight:      400;
    --font-h3-weight:      400;
    --font-h4-weight:      400;
    --font-h5-weight:      400;
    --font-h6-weight:      400;
    --font-p-weight:      400;
    --font-body-weight:      400;
    --font-ul-weight:      400;
    --font-table-weight:      400;
    --font-a-weight:      400;
    --font-button-weight:      400;
    --font-input-weight:      400;

}

/* -- h1 -- */
body h1, .entry-content :where(h1), .entry-title h1 {
    font-weight: var(--font-h1-weight, 400);
}

/* -- h2 -- */
body h2, .entry-content :where(h2), .entry-title h2 {
    font-weight: var(--font-h2-weight, 400);
}

/* -- h3 -- */
body h3, .entry-content :where(h3), .entry-title h3 {
    font-weight: var(--font-h3-weight, 400);
}

/* -- h4 -- */
body h4, .entry-content :where(h4), .entry-title h4 {
    font-weight: var(--font-h4-weight, 400);
}

/* -- h5 -- */
body h5, .entry-content :where(h5), .entry-title h5 {
    font-weight: var(--font-h5-weight, 400);
}

/* -- h6 -- */
body h6, .entry-content :where(h6), .entry-title h6 {
    font-weight: var(--font-h6-weight, 400);
}

/* -- p -- */
body p {
    font-weight: var(--font-p-weight, 400);
}

/* -- body -- */
body body {
    font-weight: var(--font-body-weight, 400);
}

/* -- ul -- */
body ul {
    font-weight: var(--font-ul-weight, 400);
}

/* -- table -- */
body table {
    font-weight: var(--font-table-weight, 400);
}

/* -- a -- */
body a {
    font-weight: var(--font-a-weight, 400);
}

/* -- button -- */
body button {
    font-weight: var(--font-button-weight, 400);
}

/* -- input -- */
body input {
    font-weight: var(--font-input-weight, 400);
}
