@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-Italic.ttf") format("truetype");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../assets/fonts/Poppins-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}
:root{
--font-sans: "Poppins", ui-sans-serif, system-ui, sans-serif;
--font-display: "Poppins", ui-sans-serif, system-ui, sans-serif;
--fs-xs: 13px;
--fs-sm: 15px;
--fs-base: 17px;
--fs-md: 20px;
--fs-lg: 26px;
--fs-xl: 34px;
--fs-2xl: 44px;
--fs-3xl: 58px;
--fs-4xl: 76px;
--lh-tight: 1.08; /* @kind other */
--lh-snug: 1.2; /* @kind other */
--lh-normal: 1.25; /* @kind other */
--lh-relaxed: 1.5; /* @kind other */
--fw-light: 300; /* @kind other */
--fw-regular: 400; /* @kind other */
--fw-medium: 500; /* @kind other */
--fw-semibold: 600; /* @kind other */
--fw-bold: 700; /* @kind other */
--fw-extrabold: 800; /* @kind other */
--fw-black: 900; /* @kind other */
}
