/* Theme fonts declared here to avoid parcel suffixing which allows us to preload fonts in theme header. */

/* oswald-300 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-300.woff2') format('woff2');
}
/* oswald-regular - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
}
/* oswald-500 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-500.woff2') format('woff2');
}
/* oswald-600 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2');
}
/* oswald-700 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700.woff2') format('woff2');
  }
  /* quattrocento-regular - latin_latin-ext */
@font-face {
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quattrocento/quattrocento-v21-latin_latin-ext-regular.woff2') format('woff2');
}
/* quattrocento-700 - latin_latin-ext */
@font-face {
    font-family: 'Quattrocento';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/quattrocento/quattrocento-v21-latin_latin-ext-700.woff2') format('woff2');
}
/* roboto-slab-300 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-slab/roboto-slab-v34-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-300.woff2') format('woff2');
}
  /* roboto-slab-regular - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab/roboto-slab-v34-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2');
}
/* roboto-slab-700 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab/roboto-slab-v34-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2') format('woff2');
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=#4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=#4.7.0') format('embedded-opentype'),
	  url('../fonts/fontawesome-webfont.woff2?v=#4.7.0') format('woff2'),
	  url('../fonts/fontawesome-webfont.woff?v=#4.7.0') format('woff'),
	  url('../fonts/fontawesome-webfont.ttf?v=#4.7.0') format('truetype'),
	  url('../fonts/fontawesome-webfont.svg?v=#4.7.0#fontawesomeregular') format('svg');
  //  src: url('../fonts/FontAwesome.otf') format('opentype'); // used when developing fonts
	font-weight: normal;
	font-style: normal;
  }
