@font-face{ font-family:mgwoff; font-style:normal;font-weight:normal; src:url(../webfont/malgun.woff) }
@font-face{ font-family:mgwoff; font-style:normal;font-weight:bold; src:url(../webfont/malgunbd.woff) }
@font-face{ font-family:mgeot; font-style:normal;font-weight:normal; src:url(../webfont/malgun.eot) }
@font-face{ font-family:mgeot; font-style:normal;font-weight:bold; src:url(../webfont/malgunbd.eot) }
/* RT-TYPO-1 (2026-08-29) --- gulim -> RankTipster canonical sans
   The old value was `gulim,Tahoma,Arial,Sans-serif`. On Windows, Gulim
   renders Latin text with dated, almost serif-like glyphs, so team names
   and headings looked like a different product from the newer screens
   (Match Detail / Footer), which already used the modern stack.

   The stack itself lives in ONE place: `--rt-font-sans` in
   `css/userCSS/userCSS.html`. Only the reference is here. The literal
   fallback covers the case where that file fails to load -- without it
   an unresolved var() would drop these elements to the UA default.

   `button, textarea, select` were NOT in the original list, so those
   controls fell back to the browser default while `input` next to them
   inherited gulim -- two fonts inside one form. They are added here.
   This is safe because no icon font is used anywhere on the site
   (audited: zero ::before/::after glyph fonts on every user page). */
html, body, iframe, h1, h2, h3, h4, h5, h6, a, img, dl, dt, dd, fieldset, form, input, button, textarea, select, label, table, caption, tbody, tfoot, thead, tr, th, td, embed, hgroup, ul, ol, li{font-family:var(--rt-font-sans, "Segoe UI", Arial, "Malgun Gothic", sans-serif);}