/*
Theme Name: English Foak
Author: English Foak
Version: 1.0
*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #6b6f4b; /* muted English olive */
    font-family: Arial Narrow, Arial, sans-serif;
    color: #f2f2e8;      /* warm off-white */
}

.site-minimal {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-logo {
    max-width: 500px;   /* roughly quarter visual weight */
    width: 100%;
    margin-bottom: 18px;
}

.contact a {
    color: #c7c7b0;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.contact a:hover {
    text-decoration: underline;
}
