* {
  margin: 0;
}

@font-face {
  font-family: "Bricolage";
  src: url("./assets/fonts/BRICOLAGE.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body,
html {
  font-family: "Bricolage", sans-serif;
  overflow-x: hidden;
}

p {
  font-family: Arial, Helvetica, sans-serif;
}

section {
  padding: 18px;
  max-width: 72rem;
}
