﻿/*@font-face {
    font-family: ' ';
    src: url('/templates/palkovic_2024/fonts/lexend-variablefont_wght-webfont.woff2') format('woff2');
    font-weight: 300 900;
    font-stretch: 100%;
	font-display: fallback;
}

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');*/


body, p {
	font-family: 'Lexend', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

h1 {
	font-family: 'Lexend', sans-serif;
	font-size: calc(1.375rem + 1.9vw);
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

h2 {
	font-family: 'Lexend', sans-serif;
	font-size: calc(1.325rem + .9vw);
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
}

h3 {
	font-family: 'Lexend', sans-serif;
	font-size: calc(1.3rem + .6vw);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

h4 {
	font-family: 'Lexend', sans-serif;
	font-size: calc(1.275rem + .3vw);
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

h5 {
	font-family: 'Lexend', sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}

h6 {
	font-family: 'Lexend', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}