/* Fonts — Manrope (Google Fonts) is the core UI face. "Shinhan" is the
   proprietary corporate display face; no binary ships in the source .fig, so
   --font-brand keeps pointing at 'Shinhan' and falls back to Manrope until the
   real font files are uploaded to assets/fonts/ and given @font-face rules. */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root{--font-core:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--font-brand:'Shinhan','Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
