/* Site-wide base font: Jost. Element-level only, so icon glyphs on ::before/::after
   are untouched; FontAwesome's element class is re-asserted below. */

body,
h1, h2, h3, h4, h5, h6,
p, a, span, div, i, em, b, strong, small, mark, time,
label, legend, caption, ul, ol, li, dl, dt, dd, table, td, th, blockquote, figcaption,
button, input, select, textarea, optgroup {
	font-family: 'Jost', sans-serif !important;
}

.fa, [class^="fa-"], [class*=" fa-"] {
	font-family: "FontAwesome" !important;
}

.offers .offer .item .offer-addons .offer-addon {
	font-family: 'Jost', sans-serif !important;
}
