/********* Fonts *********/


@font-face {
font-family: "Klavika Regular";
src: url("../webfonts/KlavikaWebBasicRegular.woff") format("woff");
}

@font-face {
font-family: "Klavika Light";
src: url("../webfonts/KlavikaWebBasicLight.woff") format("woff");
}

@font-face {
font-family: "Klavika Medium";
src: url("../webfonts/KlavikaWebBasicMedium.woff") format("woff");
}

/********* Styles *********/

:root {
--main-accent-color: #000000;
--main-accent-contrast-color: #ffffff;
/**/
--font-family-light: "Klavika Light";
--font-family-regular: "Klavika Regular";
--font-family-medium: "Klavika Medium";
}

html {
font-family: var(--font-family-light), sans-serif;
}

b,
strong {
font-family: var(--font-family-medium);
font-weight: normal;
}

#portallogin a {
font-size: 1rem;
line-height: 1rem;
font-family: var(--font-family-light);
}

.elementSelection > div span {
font-family: var(--font-family-medium);
font-size: 11px;
line-height: 24px;
letter-spacing: 0.59px;
}

.core-bigfont {
font-size: 4.7rem;
line-height: 1em;
font-family: var(--font-family-regular); /*var(--font-family-light)*/
}

.core-navigationmenu--title,
.core-navigationmenu--title a {
font-family: var(--font-family-medium);
font-size: 1.0625rem;
line-height: 1.25rem;
letter-spacing: 0.056875rem;
font-weight: normal;
}

.dropzone button {
font-family: var(--font-family-medium);
font-size: 0.9375rem !important;
line-height: 1.125rem !important;
letter-spacing: 0.7px;
}

.core-notesbox .core-lead {
font-size: 1.5rem;
font-family: var(--font-family-medium);
font-weight: normal;
text-transform: uppercase;
}


.core-pagelink > h2 {
font-size: 1.5rem;
font-family: var(--font-family-regular);
font-weight: normal;
line-height: 1.1;
text-transform: uppercase;
}

.core-boldstyle {
font-family: var(--font-family-medium);
font-weight: normal;
}

