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

@font-face {
    font-family: Tomorrow;
    src: url(../fonts/Tomorrow-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: Tomorrow;
    src: url(../fonts/Tomorrow-Bold.ttf);
    font-weight: bold
}

@font-face {
    font-family: 'Ubuntu Mono';
    src: url(../fonts/UbuntuMono-Regular.ttf);
}

@font-face {
    font-family: 'Ubuntu Mono';
    src: url(../fonts/UbuntuMono-Bold.ttf);
    font-weight: bold
}


@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-R.ttf);
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/Ubuntu-B.ttf);
    font-weight: bold
}


@font-face {
    font-family: 'Spectral';
    src: url(../fonts/Spectral-Regular.ttf);
}

@font-face {
    font-family: 'Spectral';
    src: url(../fonts/Spectral-Bold.ttf);
    font-weight: bold
}

@font-face {
    font-family: 'Spectral';
    src: url(../fonts/Spectral-Italic.ttf);
    font-style: italic
}
