/*!
 * CirkleHost — Bengali + emoji glyph fallback only.
 * --------------------------------------------------------------------------
 * Design-neutral: this does NOT change the Latin font, colours or layout.
 * It only guarantees a Bengali face and a colour-emoji face are available so
 * the promo popup's Bengali text + emoji render even on a device whose OS
 * lacks those fonts. Loaded by head.tpl on every page; the real design layer
 * lives in the CirkleHost Theme Customizer addon.
 * -------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

:root {
    /* append Bengali + emoji faces to whatever font Lagom / a template sets */
    --font-family-base: var(--ch-font, Roboto, "Noto Sans Bengali", system-ui,
        -apple-system, "Segoe UI", Arial, "Noto Sans",
        "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif);
}
