/* ══════════════════════════════════════════════════════
   Nieuwbouw Met Buur — Shared Design Tokens
   Imported by: index.html, instagram/index.html
   ══════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  /* Brand colours */
  --navy:        #1d4961;
  --navy-mid:    #2a6080;
  --navy-light:  #3d7fa0;
  --navy-pale:   #d0e6f0;
  --navy-tint:   #ebf4f8;

  --forest:      #3c6a38;
  --forest-mid:  #4e8849;
  --forest-light:#569350;
  --forest-pale: #d4e8d2;
  --forest-tint: #edf5ec;

  --slate:       #4a5e56;
  --cream:       #f0f1ec;
  --offwhite:    #f8f9f7;
  --light-grey:  #e8e9e4;
  --mid-grey:    #d0d1cc;
  --border:      #dde6e3;
  --dark:        #1a2820;
  --white:       #ffffff;

  /* Typography */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'DM Sans', sans-serif;
}
