.font-xs {
  font-size: 0.9rem;
}

.font-sm {
  font-size: 1rem;
}

.font-md {
  font-size: 1.5rem;
}

.font-lg {
  font-size: 2rem;
}

.font-lg-2 {
  font-size: 2.5rem;
}

.font-xl {
  font-size: 3rem;
}

.link {
  text-decoration: underline;
}

* {
  font-family: "Arial Rounded MT Bold";
}

#header .logo {
  max-height: 3.5rem;
}

