:root {
  --color-primary: #07124e;
  --color-heading: #46709a;
  --color-text: #333;
  --color-surface: #fff;
  --color-page: #f1f1f1;
  --color-border: #d8dce5;
  --container-width: 980px;
  --gutter: 20px;
  --radius: 4px;
}

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

html {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-page);
  font-size: 15px;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

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

a:hover,
a:focus {
  text-decoration: underline;
}

h1,
h2,
h3 {
  color: var(--color-heading);
  line-height: 1.25;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

#block-watertheme-page-title {
  margin: 0;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1rem;
}

:focus-visible {
  outline: 3px solid #65a9e8;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
