@font-face {
	font-family: 'Geist';
	src: url('../fonts/Geist-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geist';
	src: url('../fonts/Geist-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geist';
	src: url('../fonts/Geist-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geist Mono';
	src: url('../fonts/GeistMono-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geist Mono';
	src: url('../fonts/GeistMono-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--geist-sans: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--geist-mono: 'Geist Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
}

body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
.button,
.widget-title,
.entry-title {
	font-family: var(--geist-sans);
}

.fa,
.fa-input,
input.fa-input {
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.duration,
.views,
.hd-video,
#video-views span,
.rating-result .likes_count,
.rating-result .dislikes_count,
.rating-result .percentage,
.pagination ul li a,
.pagination ul li span {
	font-family: var(--geist-mono);
}
