﻿.poppins-regular {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.poppins-italic {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-bold {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-bold-italic {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}