/*--------------------------------------------------------------
# Self-Hosted Fonts
# Place font files in: /wp-content/themes/nsrap-theme/assets/fonts/
--------------------------------------------------------------*/

/* Gilbert Bold — heading font (TypeWithPride / Gilbert Baker Foundation) */
@font-face {
    font-family: 'Gilbert';
    src: url('../fonts/Gilbert-Bold Preview5.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Open Sans Variable — body font (all weights 100–900) */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth-wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
