@import url('https://fonts.googleapis.com/css?family=McLaren&display=swap');
@font-face {
	font-family: 'dejavu_sansbook';
	src: url('..//fonts/dejavusans-webfont.woff2') format('woff2'),
	url('../fonts/dejavusans-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

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

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


@font-face {
	font-family: 'bpg_nino_medium_capsregular';
	src: url('..//fonts/bpg_nino_medium_caps-webfont.woff2') format('woff2'),
	url('..//fonts/bpg_nino_medium_caps-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Regular";
    src: url('../fonts/markgeoregular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Regular2";
    src: url('../fonts/TBCContracticaCAPS-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'bpg_nino_medium_capsregular';
}
p,pre,div{
	font-family: "Regular";
}

strong{
	font-family: 'dejavu_sansbook';
}
:root {
  --primary-color: #d7bb82;
  --primary-hover-color: #a6ac77;
}