@font-face {
  font-family: ALSStory;
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src:
    url("../assets/fonts/ALSStory.woff2") format("woff2"),
    url("../assets/fonts/ALSStory.woff") format("woff");
}

@font-face {
  font-family: ALSStory;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src:
    url("../assets/fonts/ALSStory.woff2") format("woff2"),
    url("../assets/fonts/ALSStory.woff") format("woff");
}

@font-face {
  font-family: ALSStory;
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src:
    url("../assets/fonts/ALSStory.woff2") format("woff2"),
    url("../assets/fonts/ALSStory.woff") format("woff");
}

/* Separate family — Angular uses font-weight: 400 with ALSStory-Bold */
@font-face {
  font-family: ALSStory-Bold;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src:
    url("../assets/fonts/ALSStory-Bold.woff2") format("woff2"),
    url("../assets/fonts/ALSStory-Bold.woff") format("woff");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  min-width: 360px;
}

body {
  margin: 0;
  font-family: var(--font-family);
  /* Angular base/_base.scss body */
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
  overflow-x: clip;
}

[hidden] {
  display: none !important;
}

body.wrapper--home {
  background-color: #ffffff !important;
}

body.wrapper--home .footer {
  padding-top: 0;
}

body.wrapper--home .footer__grid {
  border-top: 1px solid #e7e7e7;
  padding-top: 50px;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

/* Angular base/_typograhpy.scss — headings are light by default */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 300;
}

.large-as-h1,
.large-as-h2,
.large-as-h3,
.large-as-h4,
.large-as-h5 {
  font-weight: 300;
}

h3,
.large-as-h3 {
  font-weight: 500;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-button {
  display: inline-block;
  padding: 10px 30px;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: transparent;
  transition: 0.25s;
}

.app-button:disabled,
.app-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.app-button:hover {
  color: #fff;
  background-color: #fb0853;
  border-color: #fb0853;
}

.app-button--primary {
  color: #fff;
  background-color: #bd995b;
  border-color: #bd995b;
}

.app-button--white {
  background-color: #fff;
  border-color: #fff;
}

.app-button--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}

.app-button--outline-black {
  border-color: rgba(0, 0, 0, 0.35);
  color: #000;
}

.app-button--outline-white {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.app-link {
  cursor: pointer;
  transition: 0.25s;
  border: none;
}

.app-link:hover {
  color: #fb0853;
}

.app-link--light {
  color: #bd995b;
}

.app-link--dark {
  color: #f6c672;
}

.app-link--icon {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 8px;
}
