:root {
  --cwr-content: var(--wp--style--global--content-size, 1200px);
  --cwr-wide: var(--wp--style--global--wide-size, 1280px);
  --cwr-border: 1px solid var(--wp--preset--color--border);
  --cwr-radius: var(--wp--custom--border-radius);
  --cwr-card-radius: var(--wp--custom--card-radius, 4px);
  --cwr-transition: var(--wp--custom--transition);
  --cwr-header-height: var(--wp--custom--header-height, 85px);
  --cwr-hero-height: var(--wp--custom--hero-height, 420px);
  --cwr-hero-height-mobile: var(--wp--custom--hero-height-mobile, 280px);
}
