
/* Poppins - Thin */
@font-face{
    font-family: PoppinsThin;
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
}

/* Poppins - Light */
@font-face{
    font-family: PoppinsLight;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}

/* Poppins - Regular */
@font-face{
    font-family: PoppinsRegular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face{
    font-family: PoppinsSemiBold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

/* Poppins - Bold */
@font-face{
    font-family: PoppinsBold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

/* Poppins - Black */
@font-face{
    font-family: PoppinsBlack;
    src: url(../fonts/Poppins/Poppins-Black.ttf);
}


/* tags */
a {
    text-decoration: none;
    color: inherit;
}

p {
    font-family: PoppinsRegular;
    color: #194268;
}

b, strong {
    font-family: PoppinsBold;
    color: inherit;
}

h2 {
    font-family: PoppinsBold;
    color: #194268;
    font-size: 2.5vw;
    margin-bottom: 1vw;
}