/**
 * Brand palette — single source for section bands (front + ACF swatches).
 *
 * Primary:     #CD0409
 * Dark:        #1F272D
 * Light grey:  #F7F7F5
 * White:       #ffffff
 */
@font-face {
  font-family: Figtree;
  src: url("../fonts/Figtree-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree;
  src: url("../fonts/Figtree-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --pd-primary: #CD0409;
  --pd-primary-hover: #A80308;
  --pd-dark: #1F272D;
  --pd-light-grey: #F7F7F5;
  --pd-white: #ffffff;

  --section-bg-white: var(--pd-white);
  --section-bg-gray: var(--pd-light-grey);
  --section-bg-gray-100: var(--pd-light-grey);
  --section-bg-dark: var(--pd-dark);
  --section-bg-primary: var(--pd-primary);
}
