@font-face {
    font-family: 'monument-grotesk-regular';
    src: url('/sources/monument-grotesk-regular.woff') format('woff');
}

* {
    font-family: monument-grotesk-regular, Arial, sans-serif;
}

body {
    background-color: #f2f2f2;
}

h1 {
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: black;
    cursor: 5em;
}

header {
    position: fixed;
    left: 1em;
    top: 0.25em;
}

footer {
    position: fixed;
    left: 1em;
    bottom: 0.25em;
}

@media only screen and (max-device-width: 568px) and (min-device-width: 320px) {
    h1 {
        font-size: 10em;  
    }
    header {
        position: fixed;
        left: 1em;
        top: 0.25em;
    }

    footer {
        position: fixed;
        left: 1em;
        bottom: 0.25em;
    }

  }  

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) {   
    h1 {
        font-size: 3em;
        font-weight: 100;
    }
    header {
        position: fixed;
        left: 1em;
        top: 0.25em;
    }

    footer {
        position: fixed;
        left: 1em;
        bottom: 0.25em;
    }
}

@media only screen and (max-device-width: 736px) and (min-device-width: 414px) {
    h1 {
        font-size: 3em;
        font-weight: 100;
        
    }
    header {
        position: fixed;
        left: 2.5em;
        top: 0.25em;
    }

    footer {
        position: fixed;
        left: 2.5em;
        bottom: 0.25em;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 3em;
        font-weight: 100;
    }
    header {
        position: fixed;
        left: 2.5em;
        top: 0.25em;
    }

    footer {
        position: fixed;
        left: 2.5em;
        bottom: 0.25em;
    }
}