/**************************************************************
* Font Group: Latin
* Includes:
* - Latin character support via Noto Sans
* - Usage rules for Blocksy-loaded custom font: ct_font_noto-sans
*
* Notes:
* - The @font-face block below is commented out intentionally.
*   Why? Because we use Blocksy’s custom font manager to handle
*   the font registration and file loading for 'ct_font_noto-sans'.
*
*   This ensures:
*   - Centralized font management in the theme customizer
*   - Avoids double font loading (duplicate HTTP requests)
*   - Still allows us to control per-locale font usage with this file
*
* - If Blocksy's font system is ever disabled, uncomment the
*   @font-face block below to manually load the font.
**************************************************************/

/*
@font-face {
    font-family: 'noto-sans';
    src: url('/site/fonts/noto-sans/noto-sans-variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF;
}
*/

/****************************************
* Font Usage: Latin Script (via Blocksy)
*****************************************/
body,
html {
    font-family: ct_font_noto-sans, sans-serif;
}
