:root{
  --zc-black:#000000;
  --zc-white:#ffffff;
  --zc-ink:#111111;
  --zc-mid:#737373;
  --zc-line:#e5e5e5;
  --zc-soft:#f5f5f5;
  --zc-softer:#fafafa;
  --zc-max:1440px;
  --zc-content:1320px;
  --zc-article:860px;
  --zc-pad:clamp(24px,4.4vw,72px);
  --zc-header:96px;
  --zc-font:Inter,"Helvetica Neue",Arial,sans-serif;
  --zc-ease:cubic-bezier(.2,.75,.25,1);
}
