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

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

body {
  margin: 0;
  padding: 0;
  background: var(--ce-page-bg);
  color: var(--ce-text);
  font-family: var(--ce-font-ui);
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ce-font-sans);
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 0.75rem;
  color: var(--ce-text);
}

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.15rem; }
h4 { font-size: 1rem; }

p {
  margin: 0 0 1rem;
}

a {
  color: var(--ce-conflicts);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

ul, ol {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 3px solid var(--ce-border-mid);
  color: var(--ce-text-mid);
  font-style: italic;
}

code {
  font-family: var(--ce-font-mono);
  font-size: 0.875rem;
  background: var(--ce-border);
  padding: 2px 5px;
  border-radius: 3px;
}

/* Drupal system resets */
.hidden { display: none !important; }
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
