﻿html, body, .container {
    height: 100%;
}

body {
    background-color: #f9fbfd;
    color: #293452;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    min-width: 344px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: 'Archia', sans-serif;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.spacer-100 {
    min-height: 100px;
}

.header-inline {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.wrap {
    max-width: 720px;
    margin: 10vh auto;
    padding: 24px;
}

.error-header {
    font-size: 26px;
    margin: 0 0 8px;
}

.error-text {
    color: #444;
    line-height: 1.6;
}

.error-code {
    display: inline-block;
    background: #eee;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, 'Liberation Mono', monospace;
}
