/* Generated by SelfHostFonts — https://www.selfhostfonts.com */

/* Roboto - latin (variable) */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/roboto-variable-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Roboto - latin (variable) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/roboto-variable-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Noto Serif - latin (variable) */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/noto-serif-variable-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Header unique style */

header{
    flex-direction: row;
    align-items: center;
    display: flex;
}

header img {
    height: 5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    flex: none;
    object-fit: contain;
    width: auto;
}

header h1 {
    font-family: "Noto Serif", serif;
    margin-bottom: 0.4em;
}

header p {
    font-style: italic;
}

/* Repo link button */

#download {
    text-align: center;
}

#download a {
    border: 1px solid var(--border);
    display: inline-block;
    font-weight: 600;
    padding: var(--space-2);
    margin: var(--space-3);
    text-decoration: none;
}

#download a:hover {
    background-color: var(--accent);
}

/* Other overrides to oat */

body {
    font-family: "Roboto", var(--font-sans);
}

nav[data-topnav] {
    --nav-veil: light-dark(rgb(255 255 255 / 0.7), rgb(0 0 0 / 0.7));

    background-image:
        linear-gradient(var(--nav-veil), var(--nav-veil)),
        linear-gradient(90deg, rgba(0, 25, 255, 1) 0%, rgba(0, 191, 255, 1) 8%, rgba(0, 255, 38, 1) 14%, rgba(251, 255, 0, 1) 23%, rgba(255, 0, 0, 1) 37%, rgba(138, 77, 77, 1) 89%, rgba(133, 133, 133, 1) 100%);
}

h2 {
    font-size: var(--text-3);
}

.hstack {
    gap: var(--space-5);
}
