/*
 * Civil Custom Fonts
 * @font-face declarations for Sonoma, Sunliner Revival, and TAN Meringue.
 * Loaded on both the public site and the WordPress/WPBakery editor.
 */

/* Sonoma */
@font-face {
    font-family: 'Sonoma';
    src: url('../fonts/Sonoma.woff2') format('woff2'),
         url('../fonts/Sonoma.woff')  format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Sunliner Revival */
@font-face {
    font-family: 'Sunliner Revival';
    src: url('../fonts/SunlinerRevival.woff2') format('woff2'),
         url('../fonts/SunlinerRevival.woff')  format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* TAN Meringue */
@font-face {
    font-family: 'TAN Meringue';
    src: url('../fonts/TAN-Meringue.woff2') format('woff2'),
         url('../fonts/TAN-Meringue.woff')  format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*
 * Utility classes — optional. Apply these via the "Extra class name"
 * field in any WPBakery element if you prefer class-based assignment
 * over the font-family dropdown.
 */
.ff-sonoma           { font-family: 'Sonoma', serif !important; }
.ff-sunliner-revival { font-family: 'Sunliner Revival', serif !important; }
.ff-tan-meringue     { font-family: 'TAN Meringue', serif !important; }
