/* font */

@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Caveat+Brush&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.mono {
    font-family: "Atkinson Hyperlegible Mono", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.brush {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    font-style: normal;
}

.desc {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}

P {
    margin:0px;
}

/* misc */

.tracker {
    z-index: 1000;
    position:sticky;
    top:0;
    left:0;
    background-color:white;
    border:1px solid black;
}

.hide {
    opacity: 0;
    pointer-events: none;
}

/* nav */

.spacer {
    display: block;
    height: 100px;
}

.top-nav {
    z-index: 99999;
    margin: 0;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 100%;
    font-size: 25px;

}

.nav-button {
    display: flex;
    margin: 10px 30px;
    width: 160px;
    height: 50px;

    align-items: center;
    justify-content: center;

    background-color: brown;
    border-radius: 50px;
}

#homepage {
    
}

#artpage {
}

#sketchpage {
}

#webpage {
}

#animpage {
}

#projectpage {
}