@font-face {
    font-family: 'Inter';
    src: url(fonts/Inter/Inter-VariableFont_slnt,wght.ttf) format("truetype");
}

@font-face {
    font-family: 'ABC Favorit';
    src:  url(fonts/Favorit/ABCFavorit-Book.woff2) format('woff2'),
    url(fonts/Favorit/ABCFavorit-Book.woff) format('woff')
}

html {
    font-family: 'Inter';
    color: #3e4348; 
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: inherit;
}

.section {
    width: 100%;
}

.section__body {
    margin: auto;
    width: 100%;
    padding: 0 16px;
    max-width: 1166px;
}

.inactive {
    pointer-events: none;
    cursor: default;
}

.and-symbol {
    font-family: 'Inter';
}