/* Right On Wine – Brand Tokens */
:root{
–wc-black:#1C1C1E;
–wc-ivory:#F5F4F2;
–wc-slate:#6B6E73;
–wc-taupe:#C9C4BE;
–wc-gold:#9E8C5A;
–wc-maxw: 980px;
–wc-gutter: 24px;
–wc-serif: “Libre Baskerville”, Georgia, serif;
–wc-sans: “Inter”, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Arial, sans-serif;
}
/* Base */
html,body{background:var(–wc-ivory); color:var(–wc-black);}
body{font-family:var(–wc-sans); line-height:1.6; letter-spacing:.1px;}
a{color:inherit; text-decoration:underline; text-underline-offset:3px;}
a:hover{opacity:.85;}
.wc-container{max-width:var(–wc-maxw); margin:0 auto; padding:0 var(–wc-gutter);}
.wc-rule{border:0; border-top:1px solid rgba(28,28,30,.12); margin:28px 0;}
.wc-accent{border-top:2px solid var(–wc-gold); width:72px; margin:18px 0 0 0;}
/* Type */
h1,h2,h3{font-family:var(–wc-serif); font-weight:700; line-height:1.18; margin:0 0 14px;}
h1{font-size:42px;}
h2{font