@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Tomorrow';
    src: url('/fonts/tomorrow/Tomorrow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('/fonts/source_code_pro/SourceCodePro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Code Pro';
    src: url('/fonts/source_code_pro/SourceCodePro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
