/*
Theme Name: Gilliam Law
Author: LLG
Description: Gilliam Law classic-editor theme.
Version: 2.0
*/

html,
body {
  overflow-x: clip;
  overflow-anchor: auto;
}

html {
  font-size: 16px;
}

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

body {
  margin: 0;
  font-family: var(--gilliam-law-font-sans);
  color: var(--gilliam-law-color-text);
  background: linear-gradient(
    180deg,
    var(--gilliam-law-color-background) 0%,
    #eef3fb 100%
  );
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--gilliam-law-color-accent);
  outline-offset: 2px;
}
