/* Deliberate concept palette from BRIEF.md, not verified corporate colours.
   Window-frame geometry, trade typography and limestone connect the 1966
   family business with contemporary and heritage Derbyshire glazing. */
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --brand-primary: #243a32;
  --brand-secondary: #b28a4b;
  --brand-ink: #202522;
  --brand-soft: #e8e1d2;
  --brand-white: #fff;
  --brand-grey: #535d56;
  --brand-light-grey: #f1f2ef;
  --brand-sage: #a7b2a1;
  --brand-success: #386a4b;
  --paper: #f8f7f3;
  --line: #c8c8bc;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: Inter, Arial, sans-serif;
  --text-xs: 0.8rem;
  --text-sm: 0.9rem;
  --text-base: 1rem;
  --text-lg: 1.2rem;
  --heading-small: clamp(1.7rem, 2.8vw, 2.35rem);
  --heading-medium: clamp(2.6rem, 4.5vw, 4.5rem);
  --heading-large: clamp(3.3rem, 6.2vw, 6rem);
  --max-width: 1280px;
  --gutter: clamp(22px, 4.5vw, 72px);
  --header-height: 88px;
}
