@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --footer-color: #333333;
    --kit-color: #4D4D4D;
    --footer-font-color: #000;
    --border-bottom-link-header: #D4DEE0;
    --red: #E0431E;
    --resalto: #4D4D4D;
    --pale-green: #D4DEE0;
    --desc-color: #7E999B;
    --standar-max-w: 1280px;
    --artist-w: 350px;
    --artist-h: 350px;
    --before-color: #201f1f94;
    --before-hover-color: #b8c04ebd;
    --yellow: #ffd300;
    --blue: #143dd4;
    --btn--bg-color: #092030;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}

a, p, span, pre {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}