/*! pg-ui brand profile. Load after pg-tokens.css. */

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrument-sans-400.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/instrument-sans-500.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/instrument-sans-600.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-700.woff2") format("woff2");
}

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-600.woff2") format("woff2");
}

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-800.woff2") format("woff2");
}

@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/fredoka-600.woff2") format("woff2");
}

:where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) {
  font-family: var(--pg-font-body);
  font-size: 14px;
  line-height: var(--pg-type-body-line-height);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

:where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) .pg-heading {
  color: inherit;
  font-family: var(--pg-font-heading);
  font-weight: var(--pg-font-weight-extrabold);
  letter-spacing: var(--pg-type-section-letter-spacing);
}

:where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) .pg-heading--hero {
  font-size: var(--pg-type-h1-size);
  line-height: var(--pg-type-h1-line-height);
  letter-spacing: var(--pg-type-h1-letter-spacing);
}

:where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) .pg-heading--section {
  font-size: var(--pg-type-section-size);
}

:where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) .pg-heading--card {
  font-size: 16px;
  line-height: 1.25;
}

:where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) .pg-eyebrow {
  color: var(--pg-color-muted);
  font-family: var(--pg-font-body);
  font-size: 11px;
  font-weight: var(--pg-font-weight-bold);
  letter-spacing: var(--pg-type-label-letter-spacing);
  text-transform: uppercase;
}

:where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) .pg-wordmark {
  font-family: var(--pg-font-wordmark);
  font-weight: var(--pg-font-weight-semibold);
  letter-spacing: var(--pg-type-wordmark-letter-spacing);
  text-transform: uppercase;
}

@media (max-width: 640px) {
  :where(.pg-brand, [data-pg-profile="brand"], .pg-product, [data-pg-profile="product"]) .pg-heading--hero {
    font-size: var(--pg-type-h1-size-mobile);
  }
}
