html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  width: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Regular";
  src: local("Articulat CF"), url(fonts/Regular.otf) format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "Bold";
  src: local("Articulat CF"), url(fonts/Bold.otf) format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "DemiBold";
  src: local("Articulat CF"), url(fonts/DemiBold.otf) format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Medium";
  src: local("Articulat CF"), url(fonts/Medium.otf) format("opentype");
  font-weight: 500;
}

a {
  text-decoration: none;
}
