﻿

/*Roboto*/
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(/static/fonts/Roboto-Thin.ttf) format('ttf');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(/static/fonts/Roboto-Light.ttf) format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(/static/fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(/static/fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(/static/fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
    /*font-display: swap;*/
    font-family: 'Glyphicons Halflings';
    src: url('/static/fonts/glyphicons-halflings-regular.eot');
    src: url('/static/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/static/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/static/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/static/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
    /*font-display: swap;*/
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(/static/fonts/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'arrow';
    font-weight: normal;
    font-style: normal;
    src: url('/static/images/l-arrow.svg') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'arrow';
    font-weight: normal;
    font-style: normal;
    src: url('/static/images/r-arrow.svg') format('svg');
}