@font-face {
    font-family: 'google_sans';
    src: url('../fonts/GoogleSans-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'google_sans_bold';
    src: url('../fonts/GoogleSans-Bold.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'google_sans_italic';
    src: url('../fonts/GoogleSans-Italic.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'helvetica_neue';
    src: url('../fonts/HelveticaNeue-Bold.otf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'helvetica_neue_bold';
    src: url('../fonts/HelveticaNeue-Bold.otf') format('truetype');
    font-weight: bold;
}