@charset "utf-8";

@font-face {
    font-family: "730";
    src: url("730.ttf") format("truetype");
}

*,
h1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    box-sizing: border-box;
    color: inherit;
    cursor: inherit;
    font-family: "730", sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: 86%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
}

html {
    background-color: white;
    color: black;
    cursor: none;
    font-size: 5.703125vw;
    height: 100%;
    width: 100%;
}

html,
body {
    height: 100%;
    width: 100%;
}

#cursor {
    background-color: red;
    border-radius: 50%;
    height: calc(0.7240704500978473rem * 1.5);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: calc(0.7240704500978473rem * 1.5);
}

#content {
    padding: 0.11741683rem 0.1369863rem 0.88062622rem 0.1369863rem;
}

ul {
    list-style: none;
}

ul li a {
    display: inline-block;
    white-space: nowrap;
}

ul li::before {
    content: "— ";
}

@media (hover: none) and (pointer: coarse) {
    html {
        cursor: default;
    }

    #cursor {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    html {
        cursor: default;
        font-size: 7vw;
    }

    #cursor {
        display: none;
    }

    ul li a:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 10vw;
    }
}

@media screen and (max-width: 700px) {
    html {
        font-size: 11.3vw;
    }

    ul li a:hover {
        color: inherit;
    }
}