

@font-face {
    font-family: 'lobster_twobold';
    src: url('fonts/lobstertwo-bold-webfont.woff2') format('woff2'),
         url('fonts/lobstertwo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lobster_twobold_italic';
    src: url('fonts/lobstertwo-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lobstertwo-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lobster_twoitalic';
    src: url('fonts/lobstertwo-italic-webfont.woff2') format('woff2'),
         url('fonts/lobstertwo-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lobster_tworegular';
    src: url('fonts/lobstertwo-regular-webfont.woff2') format('woff2'),
         url('fonts/lobstertwo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oblik_serifbold';
    src: url('fonts/oblikserif-bold-webfont.woff2') format('woff2'),
         url('fonts/oblikserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
* Sass for http://propublica.github.io/stateface/ icon set.
* also adopted some code from other contributors:
*  - replacement: Paul Smith https://github.com/paulsmith
*  - FIPS state abbreviations: https://github.com/joetric
*/

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