@font-face {
    font-family: 'SourceSans3';
    src: url('../style/fonts/SourceSans3-VariableFont_wght.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SourceSans3', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #404020;
    background-color: #fff;
}