﻿@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.woff2') format('woff2');
}

/* Předdefinované třídy pro snadné použití */
.montserrat-light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-regular {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-medium {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-extrabold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: normal;
}

.montserrat-italic {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic;
}

body, p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(1.375rem + 1.9vw);
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(1.325rem + .9vw);
	font-weight: 700;
	line-height: 1.15;
	text-decoration: none;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(1.3rem + .6vw);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(1.275rem + .3vw);
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}