/*
Styles for the Wordpress block editor.
*/
:root {
  --ratio: 1.3;
  --ms--1: 0.75rem;
  --serif: adobe-garamond-pro, Georgia, serif;
  --sans: Helvetica, Arial, sans-serif;
  --header-height: calc(var(--ms-0) * 2.5);
  --footer-height: var(--padding);
  --fast: 400ms;
  --gray: rgb(77, 77, 77);
  --black: rgb(8, 8, 8);
  --gray-light: rgb(238, 238, 238);
  --white: white;
  --measure: 30em;
  --br: 4px;
  --baseline: calc(var(--ms-0) * 1.2);
  --debug-color: rgb(240, 70, 18);
  --ms-0: 1.5rem;
  --padding: calc(var(--ms-0) * 1);
  --garamond-cap-correction: 0.175;
}
@media (min-width: 800px) {
  :root {
    --padding: calc(var(--ms-0) * 2);
    --ms-0: 1.875rem;
  }
}
@media (min-resolution: 120dpi) {
  :root {
    font-size: 0.95rem;
  }
}
