@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body {
    font-family: var(--font);
}

.title {
    font-family: var(--t_font);
}

a:not(.btn):not(.menu__link) {
    color: #2563eb;
}

a:not(.btn):not(.menu__link):hover {
    color: #1d4ed8;
}

