/*
 * Site Factory public style assets.
 *
 * This bundle owns shared style-template CSS only. Block/component carrier CSS
 * stays in block-assets.css, and generated ThemePack-specific CSS must remain
 * slug-scoped instead of being appended here.
 */

.sf-style-font-inter {
    font-family: 'Inter', sans-serif;
}

.sf-style-showcase-mobile {
    color-scheme: light;
    background: #f5f7fb;
    color: #0f172a;
}

.clinic-display {
    font-family: 'Public Sans', sans-serif;
}

.editorial-display {
    font-family: 'Fraunces', serif;
}

.hospitality-display {
    font-family: 'DM Serif Display', serif;
}

.ops-display {
    font-family: 'Space Grotesk', sans-serif;
}
