@font-face {
    font-family: 'Ember Modern Display Std Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Ember Modern Display Std Regular'), url('EmberModernDisplayStd-Regular.woff2') format('woff');
    }
    

@font-face {
        font-family: 'Ember Modern Display Std Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Ember Modern Display Std Bold'), url('EmberModernDisplayStd-Bold.woff2') format('woff');
    }
    
@font-face {
        font-family: 'Caveat';
        font-style: normal;
        font-weight: 600;
        
    }


body {
    font-family: 'Ember Modern Display Std Regular',  arial, sans-serif;
    margin: 0;
    padding: 0;
}

.login {
    max-width: 600px;
    margin: auto;
    form > * { 
        margin-bottom: 20px;
    }
    button {
        padding: 15px 30px;
        background-color: #000;
        color: #FFF;
        border: 0;
        border-radius: 4px;
        &:hover {
            background-color: #336633;
            cursor: pointer;
        }
    }
}

.admin-nav {
    ul {
        list-style: none;
        line-height: 150%;
        li a {
            color: #666;
            &:hover {
                color: #000;
            }
        }
    }
}


        
