@charset "UTF-8";

/* src/assets/styles/styles.scss */
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Walter Neue";
  src: url(/assets/fonts/ABCWalterNeue-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Arizona Mix";
  src: url(/assets/fonts/ABCArizonaMix-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arizona Mix";
  src: url(/assets/fonts/ABCArizonaMix-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
body {
  font-family:
    "Assistant",
    "Helvetica Neue",
    sans-serif;
  font-size: var(--body-font-size);
  font-weight: 400;
  color: #1d1b1b;
  background-color: #ffffff;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Walter Neue", sans-serif !important;
  font-weight: 300;
  margin-bottom: 0.5em;
}
strong {
  font-weight: 700;
}
p,
span {
  font-family: "Arizona Mix", serif !important;
  font-weight: 300;
  margin-bottom: 0.5em;
}
:root {
  font-size: 20px;
}

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