/* nomadtri.be css */

.navbar-name {
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
}
.main-name {
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nav-name {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-slogan {
  font-size: 2rem;
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.oswald-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.oswald-bold {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}