/* Reset styles and custom utilities */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

h1 {
  text-wrap: balance;
}

p {
  text-wrap: balance;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
}