/*
 * Cogran modern page foundation
 * Shared by modern Cogran marketing pages. Add the cogran-modern-page class
 * to new page roots so they inherit these tokens and foundation rules.
 * Keep page-specific layouts in their matching cogran-*.css files.
 */

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) {
  --cg-green: #19783E;
  --cg-green-dark: #105C2E;
  --cg-deep: #0B3022;
  --cg-ink: #10291E;
  --cg-muted: #52695E;
  --cg-soft: #F0F6F1;
  --cg-line: #DCE6DD;
  --cg-lime: #CFE85C;
  --cg-white: #FFFFFF;
  --cg-header-height: 96px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--cg-ink);
  background: var(--cg-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) *,
:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) *::before,
:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) *::after {
  box-sizing: border-box;
}

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page)
  :is(h1, h2, h3, p, a, button, summary, blockquote) {
  font-family: inherit;
  text-transform: none;
}

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) :is(h1, h2, h3) {
  margin: 0;
  color: var(--cg-ink);
  font-weight: 700;
}

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) p {
  margin: 0 0 24px;
  color: var(--cg-muted);
  font-size: 16px;
  line-height: 1.72;
}

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) a {
  color: inherit;
  text-decoration: none;
}

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

:is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) [id] {
  scroll-margin-top: 120px;
}

@media (prefers-reduced-motion: reduce) {
  :is(#cogran-home, #cogran-demo, #cogran-videos, #cogran-frontpage, #cogran-pricing, .cogran-modern-page) {
    scroll-behavior: auto;
  }
}
