@font-face {
  font-family: 'OnestLocal';
  src: url('Onest-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

#home h1,
#home .subtitle,
#nabidka .section-title,
#specializace .section-title,
#kontakt .section-title {
  font-family: 'OnestLocal', Arial, sans-serif;
}

/* ===  Global resets & base  === */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Onest', Arial, sans-serif;
  color: #133e68;
  background: #fff;
}

main { width: 100%; }

.container {
  width: min(1115px, 100% - 2rem);
  margin-inline: auto;
}

/* Google Fonts Onest import */
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;400;700&display=swap');
