/* Fuentes locales */
@font-face {
  font-family: "Neue Plak Condensed";
  src: url("../fonts/NeuePlakCondensedLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Condensed";
  src: url("../fonts/NeuePlakCondensedRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Condensed";
  src: url("../fonts/NeuePlakCondensedSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Condensed";
  src: url("../fonts/NeuePlakCondensedBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Condensed";
  src: url("../fonts/NeuePlakCondensedBlack.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Condensed";
  src: url("../fonts/NeuePlakCondensedExtraBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(155, 155, 155, 0.5) transparent;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Neue Plak Condensed", Arial, sans-serif;
  font-size: 22pt;
  background-color: #d4d8db;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat-y;
  color: #666 !important;
  -webkit-font-smoothing: antialiased;
}

/* Skip link visible on focus for accessibility */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  background: #00315f;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 9999;
  border-radius: 4px;
}

.frontpage {
  /* Use a fallback image as background; video should be embedded via a <video> element in spotlight.php */
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: bottom;
}
