﻿body {
  font-family: "Rubik-Regular", sans-serif;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik-Bold", sans-serif;
}

strong {
  font-family: "Rubik-Bold", sans-serif;
}
