/* src/styles.css */
:root {
  --font-gotham-bold:
    "Gotham",
    "Montserrat",
    Arial,
    sans-serif;
  --font-narrow-book:
    "Gotham Narrow",
    "Montserrat",
    "Arial Narrow",
    Arial,
    sans-serif;
  --font-narrow-bold:
    "Gotham Narrow",
    "Montserrat",
    "Arial Narrow",
    Arial,
    sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-narrow-book);
  font-weight: 400;
  font-size: 14px;
  color: #1a1a1a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "GothamBold",
    Arial,
    sans-serif;
  font-weight: normal;
  color: #0B2D71;
  text-align: center;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  line-height: 38px;
}
h2 {
  font-size: 26px;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 16px;
}
p,
li,
span,
td,
th,
label,
input,
button,
select,
textarea {
  font-family: var(--font-gotham);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
