/* https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
 * Expects all incoming values to be pixels
 */
.titlebar {
  font-family: merriweather;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: 0.125em;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  margin-bottom: 2.25rem;
}

.titlebar.close-button {
  cursor: pointer;
  text-align: intital;
}
.titlebar.close-button::after {
  display: block;
  clear: both;
  content: "";
}
.titlebar.close-button .title {
  float: left;
}
.titlebar.close-button .close {
  color: inherit;
  font-family: opensans, sans-serif;
  font-weigth: 300;
  float: right;
  font-size: 1.25rem;
  line-height: 1em;
}

/*# sourceMappingURL=titlebar.css.map */
