@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins-400italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins-500.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins-600.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Libre Baskerville";
    src: url("/fonts/libre-baskerville-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Libre Baskerville";
    src: url("/fonts/libre-baskerville-400italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Libre Baskerville";
    src: url("/fonts/libre-baskerville-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --f_family_1: "Poppins", sans-serif;
    --f_family_2: "Poppins", sans-serif;
    --f_family_3: "Libre Baskerville", serif;
    --font-body-family: var(--f_family_1);
    --font-heading-family: var(--f_family_1);
    --font-sheading-family: var(--f_family_2);
}
