@font-face {
    font-family: 'main_font';
    src: url('fonts/nar.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'main_font';
    src: url('fonts/nas.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
}
body {
    margin: 0 20px;
    background: #fff;
    color: #111;
    font-family: 'main_font', sans-serif;
    font-size: 20px;
    line-height: 1.55;
}
.home {
    max-width: 660px;
    margin: 48px auto;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 600;
}
h1, h2 {
    line-height: 1.25;
}
h1 {
    font-size: 32px;
    margin: 0 0 24px;
}
h2 {
    font-size: 24px;
    margin: 32px 0 12px;
}
p {
    margin: 0 0 20px;
}
a, a:visited {
    color: #006b3c;
    text-underline-offset: 0.15em;
}
a:hover {
    color: #003d24;
}
img {
    max-width: 100%;
    height: auto;
}
.fullwidth {
    width: 100%;
}
hr {
    border: 0;
    border-top: 2px solid #000;
    margin: 24px 0;
}
.home table {
    width: 100%;
    border-collapse: collapse;
}
td {
    padding: 6px 12px 6px 0;
    vertical-align: top;
}
td:last-child {
    padding-right: 0;
}
ul {
    padding-left: 1.2em;
}
nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 32px;
    font-size: 24px;
}
