/* 
.tm-toolbar{
	display:none;
}
.italic{
	font-style:italic !important;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, .white {
	color: white;
}
.hide-button .el-link{
	display:none !important;
}
h1 .uk-text-background{
	color: black !important;
}
.uk-button.uk-button-primary{
	text-transform:uppercase;
	font-size:1.6rem;
}

.uk-button-text{
	font-size: inherit !important;
}


.uk-text-background{
	color:#EF3340 !important;
}

.uk-card-primary{
	background-color:#EF3340 !important;
}


.uk-text-emphasis{
	color:#333333 !important;
} */

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham/Gotham-Book.woff2') format('woff2'),
		url('assets/fonts/Gotham/Gotham-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Bold';
	src: url('assets/fonts/Gotham/Gotham-Bold.woff2') format('woff2'),
		url('assets/fonts/Gotham/Gotham-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Ultra';
	src: url('assets/fonts/Gotham/Gotham-Ultra.woff2') format('woff2'),
		url('assets/fonts/Gotham/Gotham-Ultra.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
 
@font-face {
	font-family: 'Roper';
	src: url('assets/fonts/Roper/Roper.woff2') format('woff2'),
		url('assets/fonts/Roper/Roper.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
 
@font-face {
	font-family: 'Roper Press';
	src: url('assets/fonts/Roper/Roper-PressHeavy.woff2') format('woff2'),
		url('assets/fonts/Roper/Roper-PressHeavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}