@font-face {
  font-family: 'Nexa';
  src: url('fonts/Nexa-Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'Nexa';
  src: url('fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
}

* {
  font-family: 'Nexa', sans-serif;
}

body {
  margin: 0;
}

html {
	scroll-behavior: smooth;
}