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

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

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

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

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

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

@font-face {
    font-family: Poppins;
    src: url("/fonts/fuentes/Poppins-ExtraLight.ttf") format("ttf");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}
/*
    regular = 400
    medium = 500
    semibold = 600
    bold = 700
    extrabold = 800
*/

