@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-ExtraLight.woff2') format('woff2'),
         url('/fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Text is displayed with fallback font until the web font is loaded */
}


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

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
         url('/fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
         url('/fonts/Poppins-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
         url('/fonts/Poppins-Regular.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Shadows Into Light';
    src: url('/fonts/ShadowsIntoLight-Regular.woff2') format('woff2'),
         url('/fonts/ShadowsIntoLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Ensures a fallback font is shown until the custom font is loaded */
}

@font-face {
    font-family: 'Shadows Into Light';
    src: url('/fonts/ShadowsIntoLight-Regular-Bold.woff2') format('woff2'), /* Assuming you have a bold version */
         url('/fonts/ShadowsIntoLight-Regular-Bold.woff') format('woff');
    font-weight: 400; /* Regular weight */
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Playfair Display';
    src: url('/fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
         url('/fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

