@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/opensans-regular-webfont.eot');
    src: url('./fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('./fonts/opensans-regular-webfont.woff') format('woff'),
    url('./fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('./fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
    font-family: 'Open Sans Semibold';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/opensans-semibold-webfont.eot');
    src: url('./fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/opensans-semibold-webfont.woff2') format('woff2'),
    url('./fonts/opensans-semibold-webfont.woff') format('woff'),
    url('./fonts/opensans-semibold-webfont.ttf') format('truetype'),
    url('./fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
}

@font-face {
    font-family: Gilroy;
    src: local(Gilroy-Medium),
    url('./fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: local(Roboto-Regular),
    url('./fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: local(Roboto-Medium),
    url('./fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'RobotoMono-Medium';
    src: local(RobotoMono-Medium),
    url('./fonts/RobotoMono-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'RobotoMono-Regular';
    src: local(RobotoMono-Regular),
    url('./fonts/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
