
/* '00 ZRCola' is the internal family name of the desktop ZRCola fonts and the
   family stored in DialectologyTokens.zrcola_content inline spans — declare it
   as a web font so those spans render for users without the font installed. */
@font-face {
    font-family: '00 ZRCola';
    src: url("../custom_fonts/00_ZRCola Re_2022-10-02b_PW.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZRCola Bd';
    src: url("../custom_fonts/00_ZRCola Bd_2022-10-02b_PW.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZRCola BI';
    src: url("../custom_fonts/00_ZRCola BI_2022-10-02b_PW.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZRCola It';
    src: url("../custom_fonts/00_ZRCola It_2022-10-02b_PW.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZRCola Re';
    src: url("../custom_fonts/00_ZRCola Re_2022-10-02b_PW.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ck-content {
    font-family: 'ZRCola Bd', 'ZRCola BI', 'ZRCola It', 'ZRCola Re', sans-serif;
}

/* Containers that display dialect forms containing ZRCola PUA glyphs.
   Needed because the stored inline style (font-family: 00 ZRCola, unquoted)
   is invalid CSS and dropped by browsers — the font must come from here. */
.zrcola-content {
    font-family: '00 ZRCola', 'ZRCola Re', sans-serif;
}
