/* ===  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');
