@font-face {
    font-family: 'quest-font-regular';
    src: url('./fonts/gothic-webfont.eot');
    src: url('./fonts/gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gothic-webfont.woff') format('woff'),
         url('./fonts/gothic-webfont.ttf') format('truetype'),
         url('./fonts/gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quest-font-bold';
    src: url('./fonts/gothicb-webfont.eot');
    src: url('./fonts/gothicb-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gothicb-webfont.woff') format('woff'),
         url('./fonts/gothicb-webfont.ttf') format('truetype'),
         url('./fonts/gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
