/*
Theme Name: Wim Nijholt
Description: Custom portfolio theme voor Wim Nijholt Fotografie
Version: 3.0
Author: Wim Nijholt
Text Domain: wimnijholt
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --bg:        #ffffff;
  --bg2:       #f4f6f9;
  --surface:   #ffffff;
  --surface2:  #eaecf2;
  --border:    #dde1ec;
  --text:      #111827;
  --muted:     #6b7280;
  --accent:    #0e7490;
  --accent-h:  #0c6076;
  --white:     #ffffff;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'DM Sans', system-ui, sans-serif;

  --max-width: 1320px;
  --header-h:  88px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --trans: 320ms var(--ease);
}
