/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: 'Monument Extended Light';
  src: url('../fonts/MonumentExtended-Light.eot');
  src: url('../fonts/MonumentExtended-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MonumentExtended-Light.woff2') format('woff2'),
    url('../fonts/MonumentExtended-Light.woff') format('woff'),
    url('../fonts/MonumentExtended-Light.ttf') format('truetype'),
    url('../fonts/MonumentExtended-Light.svg#MonumentExtended-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Monument Extended Bold';
  src: url('../fonts/MonumentExtended-Bold.eot');
  src: url('../fonts/MonumentExtended-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MonumentExtended-Bold.woff2') format('woff2'),
    url('../fonts/MonumentExtended-Bold.woff') format('woff'),
    url('../fonts/MonumentExtended-Bold.ttf') format('truetype'),
    url('../fonts/MonumentExtended-Bold.svg#MonumentExtended-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Monument Extended Black';
  src: url('../fonts/MonumentExtended-Black.eot');
  src: url('../fonts/MonumentExtended-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MonumentExtended-Black.woff2') format('woff2'),
    url('../fonts/MonumentExtended-Black.woff') format('woff'),
    url('../fonts/MonumentExtended-Black.ttf') format('truetype'),
    url('../fonts/MonumentExtended-Black.svg#MonumentExtended-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Monument Extended Regular';
  src: url('../fonts/MonumentExtended-Regular.eot');
  src: url('../fonts/MonumentExtended-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MonumentExtended-Regular.woff2') format('woff2'),
    url('../fonts/MonumentExtended-Regular.woff') format('woff'),
    url('../fonts/MonumentExtended-Regular.ttf') format('truetype'),
    url('../fonts/MonumentExtended-Regular.svg#MonumentExtended-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Monument Extended Thin';
  src: url('../fonts/MonumentExtended-Thin.eot');
  src: url('../fonts/MonumentExtended-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MonumentExtended-Thin.woff2') format('woff2'),
    url('../fonts/MonumentExtended-Thin.woff') format('woff'),
    url('../fonts/MonumentExtended-Thin.ttf') format('truetype'),
    url('../fonts/MonumentExtended-Thin.svg#MonumentExtended-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}