/* Typography only. Original layout, wording, colours and elements retained. */
@font-face {
  font-family: GateSerif;
  src: url('assets/fonts/cormorant-garamond.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GateSans;
  src: url('assets/fonts/manrope.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-head: GateSans, Arial, sans-serif;
  --font-body: GateSans, Arial, sans-serif;
}
body { -webkit-font-smoothing: antialiased; }
h1, h2, h3 {
  font-family: GateSerif, Georgia, serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
.brand span { font-family: Figtree, system-ui, sans-serif; }
.hero .sub { font-weight: 500; letter-spacing: .07em; }
.btn { font-weight: 500; letter-spacing: .015em; }
