:root {
  --bs-body-font-family: "Univers LT Pro", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-weight: 400;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
  --headings-line-height: 1.3;
}

html {
  height: -webkit-fill-available;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a,
a:hover,
a:focus {
  color: #e20613;
  text-decoration: none;
}

h1 {
  /*height: calc(1.75rem * var(--headings-line-height));*/
  font-weight: 700;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  /*h1 {
    height: calc(2.5rem * var(--headings-line-height));
  }*/
}
