@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');

:root {
	--heading-font-family: 'Fredoka', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-header,
.card-title,
.modal-title,
.login-title,
.section-title,
.hero-title,
.title,
.heading,
.panel-heading,
.navbar-brand,
.brand-text {
	font-family: var(--heading-font-family) !important;
	font-weight: 600;
	letter-spacing: 0.5px;
}