:root {
    --rt-red: #b42318;
    --rt-red-dark: #7a1c14;
    --rt-red-soft: #fff1f0;
    --rt-amber: #b7791f;
    --rt-green: #247a3b;
    --rt-ink: #111827;
    --rt-muted: #64748b;
    --rt-border: #d9e2ec;
    --rt-surface: #ffffff;
    --rt-page: #f5f7fb;
    --rt-navy: #012c50;
    --rt-header-height: 82px;
    --rt-nav-height: 58px;
    --rt-sticky-offset: 140px;
    --rt-footer-height: 248px;
}

html,
body {
    margin: 0;
    min-height: 100%;
    color: var(--rt-ink);
    background: var(--rt-page);
    font-family: Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}
