:root {
  --font: "Open Sans", "Segoe UI", sans-serif;
  --font-display: "Lora", Georgia, serif;
  --font-size: 15px;
  --text: #555555;
  --bg: #ffffff;
  --red: #da251c;
  --red-hover: #c9160d;
  --red-current: #e73229;
  --red-sub: #d7241b;
  --footer: #232323;
  --footer-bar: #090909;
  --container: 1200px;
}

html { font-size: 16px; }

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

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

a { color: var(--red); }

button, input, textarea { font-family: inherit; }

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