/* MARCELLUS FONT FAMILY */
@font-face {
    font-family: 'Marcellus';
    src: url('fonts/marcellus-Regular.woff2') format('woff2'),
        url('fonts/marcellus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* PHILOSOPHER FONT FAMILY */
@font-face {
    font-family: 'Philosopher';
    src: url('fonts/philosopher-BoldItalic.woff2') format('woff2'),
        url('fonts/philosopher-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Philosopher';
    src: url('fonts/philosopher-Bold.woff2') format('woff2'),
        url('fonts/philosopher-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Philosopher';
    src: url('fonts/philosopher-Italic.woff2') format('woff2'),
        url('fonts/philosopher-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* POPPINS FONT FAMILY */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-Light.woff2') format('woff2'),
        url('fonts/poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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