/*
Theme Name: Lumieres Collective
Theme URI: https://lumierescollective.com
Author: LUMIÈRES Collective
Author URI: https://lumierescollective.com
Description: Premium influencer marketing agency theme. Forest Green × Gold. LUMIÈRES Collective — New York & London. Est. 2023.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: Private
Text Domain: lumieres
*/

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

:root {
  --night:   #0E1F16;
  --moss:    #152C1C;
  --hunter:  #2A5438;
  --sage:    #4A7A5A;
  --sage-lt: #7AAA8A;
  --gold:    #C8A96E;
  --gold-lt: #E8C98E;
  --linen:   #E8EDE0;
  --stone:   #F2EEE6;
  --warm:    #EDE8E0;
  --taupe:   #6B6560;
  --serif:   'Cormorant Garamond', Georgia, serif;
  --sans:    'Jost', 'Helvetica Neue', sans-serif;
  --ease:    cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--sans); font-weight: 300; background: var(--stone); color: var(--night); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { border: none; background: none; cursor: pointer; font-family: var(--sans); }
