@font-face {
    font-family: 'ALS Gorizont';
    font-weight: bold;
    src: local('ALS Gorizont'),
    url('/static/fonts/ALSGorizont-BoldExpanded.otf');
}

@font-face {
    font-family: 'ALS Gorizont';
    font-weight: normal;
    src: local('ALS Gorizont'),
    url('/static/fonts/ALSGorizont-RegularExpanded.otf');
}

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

@font-face {
    font-family: 'Google Sans';
    font-weight: bold;
    src: local('Google Sans'),
    url('/static/fonts/GoogleSans-Bold.ttf') format('truetype');
}

