h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-3); }
h4 { font-size: var(--step-2); }
h5 { font-size: var(--step-1); }
h6 { font-size: var(--step-0); }
body { font-size: var(--step-0); }
input {
  font-size: var(--step-0) !important;
  height: auto !important;
}

.btn { font-size: var(--step-0); }
.navbar-brand { font-size: var(--step-0); }
