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

@font-face {
    font-family: 'Verdana';
    src: url('fonts/Verdana.eot');
    src: url('fonts/Verdana.eot') format('embedded-opentype'),
         url('fonts/Verdana.woff2') format('woff2'),
         url('fonts/Verdana.woff') format('woff'),
         url('fonts/Verdana.ttf') format('truetype'),
         url('fonts/Verdana.svg#Verdana') format('svg');
}

@font-face {
    font-family: 'Verdana_Bold';
    src: url('fonts/Verdana_Bold.eot');
    src: url('fonts/Verdana_Bold.eot') format('embedded-opentype'),
         url('fonts/Verdana_Bold.woff2') format('woff2'),
         url('fonts/Verdana_Bold.woff') format('woff'),
         url('fonts/Verdana_Bold.ttf') format('truetype'),
         url('fonts/Verdana_Bold.svg#Verdana_Bold') format('svg');
}