/* ============================================================
   vth-fonts.css — Poppins (VTH ReSkin)
   Copy TTFs to public/fonts/poppins/ from the design system's
   assets/fonts/. Poppins is the ONLY family in the portal reskin.
   ============================================================ */
@font-face{font-family:"Poppins";font-weight:300;font-style:normal;font-display:swap;src:url("../../fonts/poppins/Poppins-Light.ttf") format("truetype");}
@font-face{font-family:"Poppins";font-weight:400;font-style:normal;font-display:swap;src:url("../../fonts/poppins/Poppins-Regular.ttf") format("truetype");}
@font-face{font-family:"Poppins";font-weight:500;font-style:normal;font-display:swap;src:url("../../fonts/poppins/Poppins-Medium.ttf") format("truetype");}
@font-face{font-family:"Poppins";font-weight:600;font-style:normal;font-display:swap;src:url("../../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");}
@font-face{font-family:"Poppins";font-weight:700;font-style:normal;font-display:swap;src:url("../../fonts/poppins/Poppins-Bold.ttf") format("truetype");}
@font-face{font-family:"Poppins";font-weight:800;font-style:normal;font-display:swap;src:url("../../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");}
