﻿@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

body {
    margin: 8px 0;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
}

.file {
    margin-bottom: 2px;
    line-height: 1.2;
}

a,
a:visited,
a:hover,
a:active {
    color: #1F3154;
}

h2 {
    margin: 0 0 2px;
    line-height: 1.3;
}

.file + h2 {
    margin-top: 36px;
}

ul {
    margin-top: 26px;
    margin-bottom: 28px;
}

li {
    margin-bottom: 8px;
}
