:root {
    --bs-blue: #0099ff;
}
/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* roboto-condensed-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-condensed-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html, body {
    font-family: 'Roboto', 'sans-serif';
}

h1,h2,h3,h4,h5,h6,
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Condensed', 'sans-serif';
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

h1 {
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
}

small, .small {
    font-size: 0.7em;
}

main {
    position: relative;
    padding-top: 100px;
    z-index: 2;
}

.wave {
    display: block;
    background-image: url('../img/wave.svg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 280px;
    z-index: 1;
}

.header-wave {
    transform: rotate(180deg);
    
    position: absolute;
    top: 0;
    left: 0;
}

.logo {
    max-height: 45px;
}

#Status, #Update {
    display: none;
}