/* ==========================================================================
   Vertex Brickwork Ltd — brand foundation
   Self-contained replacement for the old WordPress theme.css / static.css.
   Contains ONLY what the new site needs: real web fonts + brand palette.
   ========================================================================== */

/* ----- Fonts ----------------------------------------------------------- */
@font-face { font-family: "Gotham"; font-style: normal; font-weight: 200; font-display: swap; src: url("../fonts/Gotham/Gotham-XLight.woff2") format("woff2"); }
@font-face { font-family: "Gotham"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/Gotham/Gotham-Light.woff2") format("woff2"); }
@font-face { font-family: "Gotham"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Gotham/Gotham-Book.woff2") format("woff2"); }
@font-face { font-family: "Goudy Titling SemiBold"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/Goudy-Titling-SemiBold/Goudy-Titling-W05-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Goudy Titling SemiBold"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/Goudy-Titling-SemiBold/Goudy-Titling-W05-SemiBold.woff2") format("woff2"); }

/* ----- Brand palette --------------------------------------------------- */
:root {
  --background: #f5f2ee;
  --brown: #4b382e;
  --gold: #8c6e47;
  --gold-faded: #d2c6b7;
  --light: #e5ddd2;
  --black: #000000;
  --white: #ffffff;
  --gray: #777777;
}

/* ----- Minimal base (replaces the few useful vendor rules) ------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
img, video { max-width: 100%; }
