﻿@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

/* Add additional Poppins weights for better typography */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

/* Ensure font is properly loaded and prevent caching issues */
.poppins-font, .montserrat-font {
    font-family: 'Poppins', 'Arial', 'Helvetica', sans-serif !important;
    font-display: swap;
}

/* Force font to load immediately */
/* body {
    font-family: 'Poppins', 'Arial', 'Helvetica', sans-serif;
} */
