
@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    src: local("Montserrat"), url("../fonts/Montserrat-Bold.ttf") format("truetype"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Montserrat Regular */
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/Montserrat-Regular.ttf') format('truetype');
}

/* Work Sans Bold */
@font-face {
    font-family: 'WorkSans';
    font-weight: 700;
    font-style: normal;
    src: url('./fonts/WorkSans-Bold.otf') format('opentype');
}

/* Work Sans Regular */
@font-face {
    font-family: 'WorkSans';
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/WorkSans-Regular.otf') format('opentype');
}

/* Work Sans Light */
@font-face {
    font-family: 'WorkSans';
    font-weight: 300;
    font-style: normal;
    src: url('./fonts/WorkSans-Light.ttf') format('truetype');
}

/* Work Sans SemiBold */
@font-face {
    font-family: 'WorkSans';
    font-weight: 600;
    font-style: normal;
    src: url('./fonts/WorkSans-SemiBold.ttf') format('truetype');
}