/* type */
@font-face {
font-family: 'Brabo';
src: url('../type/FSBraboWeb-Regular.woff2') format('woff2'),url('../type/FSBraboWeb-Regular.woff') format('woff');
}
@font-face {
font-family: 'Brabo';
font-style: italic;
src: url('../type/FSBraboWeb-Italic.woff2') format('woff2'),url('../type/FSBraboWeb-Italic.woff') format('woff');
}
@font-face {
font-family: 'Brabo';
font-weight: bold; 
src: url('../type/FSBraboWeb-Bold.woff2') format('woff2'),url('../type/FSBraboWeb-Bold.woff') format('woff');
}
@font-face {
font-family: 'Brabo';
font-weight: bold;
font-style: italic;
src: url('../type/FSBraboWeb-BoldItalic.woff2') format('woff2'),url('../type/FSBraboWeb-BoldItalic.woff') format('woff');
}
@font-face {
font-family: 'Flama';
src: url('../type/Flama-Basic.woff2') format('woff2'),url('../type/Flama-Basic.woff') format('woff');
}
@font-face {
font-family: 'Flama';
src: url('../type/Flama-BasicItalic.woff2') format('woff2'),url('../type/Flama-BasicItalic.woff') format('woff');
font-style: italic;
}
@font-face {
font-family: 'Flama';
src: url('../type/Flama-Extrabold.woff2') format('woff2'),url('../type/Flama-Extrabold.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: 'Flama';
src: url('../type/Flama-ExtraboldItalic.woff2') format('woff2'),url('../type/Flama-ExtraboldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}

/* book titles */
@font-face {
font-family: 'FlamaCondensed';
src: url('../type/FlamaCondensed-Extrabold.woff2') format('woff2'),url('../type/FlamaCondensed-Extrabold.woff') format('woff');
}
@font-face {
font-family: 'Zine';
src: url('../type/ZineSlabDisWebPro-Extrabold.woff2') format('woff2'),url('../type/ZineSlabDisWebPro-Extrabold.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: 'Mallory';
src: url('../type/Mallory-Black.woff2') format('woff2'),url('../type/Mallory-Black.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: 'Mallory';
src: url('../type/Mallory-BlackItalic.woff2') format('woff2'),url('../type/Mallory-BlackItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}

/* on-brand */
.draft {
font-family: FlamaCondensed, Flama, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: .15%;
}
.cadence {
	font-family: Zine, Plantin, Georgia, serif;
	font-weight: bold;
}
.manual {
	font-family: Mallory, Flama, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	letter-spacing: 0.01em;
}
.value {
	font-family: Brabo, Georgia, serif !important;
	font-style: italic;
}
