/* fonts */
@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Bold.woff2') format('woff2');
    font-weight: bold;
}

* {
    font-family: 'Playfair Display'
}

body {
    background: #eee;
    color: #333;

    max-width: 650px;
    margin: 100px auto;
    line-height: 1.6;
    font-size: 1.4em;
    padding: 0 40px;
}

input {
    font-size: 0.9em;
    background: transparent;
    margin-bottom: 0.8em;
    border: 1px solid black;
    border-radius: 3px;
    height: 1.6em;
    padding: 0 0.5em;
}

input[type="password"] { width: 350px; }
a { color: #0066c6; }
a:hover { color: #0046a6; }

#aa-main {
    display: none;
    visibility: hidden;
}