/*
 * "OpenSans-Regular" is lisenced under the SIL Open Font License 1.1
 * by https://fontmeme.com/jfont/open-sans-font/ 
 */

 @font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf'); 
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;
}

.number-font {
    font-family: OpenSans;
}
