@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Poppins-Light.ttf') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Poppins-Medium.ttf') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/* Optional: Add global font-family if needed */
body {
    font-family: 'CustomFont', sans-serif;
}
