/* ==========================================================
   WINECOMPLEX / Base
   - reset
   - tokens
   - global typography
   - font rules
========================================================== */

:root {
  --wc-bg: #f6f3ee;
  --wc-bg-soft: #f8f5f0;
  --wc-paper: #fbf8f3;
  --wc-line: rgba(31, 31, 31, 0.10);
  --wc-line-strong: rgba(31, 31, 31, 0.16);
  --wc-text: #1f1f1f;
  --wc-text-soft: rgba(31, 31, 31, 0.74);
  --wc-accent: #8a7458;
  --wc-white: #ffffff;
  --wc-header-height: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--wc-bg);
  color: var(--wc-text);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, blockquote {
  margin-top: 0;
}

/* ----------------------------------------------------------
   Font policy
---------------------------------------------------------- */

.wc-site-header,
.wc-global-nav,
.wc-mobile-nav,
.wc-breadcrumb,
.wc-page-hero__eyebrow,
.wc-page-summary__eyebrow,
.wc-page-section__eyebrow,
.wc-page-section__lead,
.wc-page-section__intro,
.wc-accordion__label,
.wc-card__meta,
.wc-project-tile__meta,
.wc-sidebar__eyebrow,
.wc-sidebar__event-meta,
.wc-sidebar__item-meta,
.wc-clickable-banner__meta,
.wc-meta,
.wc-english-block,
.wc-english-block p,
.wc-english-block li,
.wc-english-project,
.wc-english-project p,
.wc-english-project li,
.wc-english-project__text,
.wc-english-project__meta,
.wc-english-block__meta {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.wc-english-block h1,
.wc-english-block h2,
.wc-english-block h3,
.wc-english-block h4,
.wc-english-project h1,
.wc-english-project h2,
.wc-english-project h3,
.wc-english-project h4 {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}
