a, .button-group {
    font-size: 1rem;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    border: 1px solid white;
}

a {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    padding: 0.3rem 0.5rem;
    color: white;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

a:hover {
    color: black;
    background-color: white;
}

@media only screen and (min-width: 480px) {
    a {
        top: 1rem;
        bottom: unset;
    }
}

@font-face {
    font-family: 'Space Grotesk';
    font-display: swap;
    src: url(fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf);
}