:root {
  --font: Verdana, Geneva, sans-serif;
  --heading: "Fjalla One", Impact, sans-serif;
  --font-size: 16px;
  --text: #555555;
  --bg: #ffffff;
  --dark: #373435;
  --darker: #141414;
  --menu-current: #444142;
  --orange: #f58634;
  --orange-btn: #da6916;
  --gray: #eeeeee;
  --field: #f5f5f5;
  --field-border: #e6e6e6;
  --wa: #0dc152;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: var(--font-size);
  line-height: 1.8;
  color: var(--text);
  background: var(--bg);
}

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

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

a:hover {
  color: var(--orange);
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 40;
  background: #111;
  color: #fff;
  padding: 8px 12px;
}

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

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(92%, 1140px);
  margin-inline: auto;
}
