
@font-face {
    font-family: Montserrat;
    src: url('../fonts/MontserratRegular.otf');
    font-weight: normal;
}
@font-face {
    font-family: Montserrat;
    src: url('../fonts/MontserratBold.otf');
    font-weight: bold;
}
@font-face {
    font-family: Tahoma;
    src: url('../fonts/TAHOMA.TTF');
    font-weight: normal;
}
@font-face {
    font-family: Tahoma;
    src: url('../fonts/TAHOMABD.TTF');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Courier New';
    src: url('../fonts/COUR.TTF');
    font-weight: normal;
}
@font-face {
    font-family: 'Courier New';
    src: url('../fonts/COURBD.TTF');
    font-weight: bold;
}
@font-face {
    font-family: 'Courier New';
    src: url('../fonts/COURI.TTF');
    font-weight: normal;
    font-style: italic;
}

