

/* Hlavní font stránky - Jako je v Navbaru */
@import url('https://fonts.googleapis.com/css2?family=Vend+Sans:wght@300;400;500;600;700&display=swap');

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

body {
  font-family: 'Barlow', sans-serif; /* všechny texty krom h1, h2, button */
}

h1, button {
  font-family: 'Vend Sans', sans-serif;
}

h2 {
}

/* Výběr textu */
::selection {
  color: rgb(255, 255, 255);
  background-color: #111111;
}
