@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --headerButtonBackground: #ff4157;
    --headerButtonColor: #ffffff;
    --mainBackground: #ffffff;
    --headerBackground: #1a1a1a;
    --footerBackground: #004e63;

    --buttonsBackground: #ff4157;
    --buttonsColor: #ffffff;
    --ethnicityColor: #faf575;

    --liveBtnGreen: #028d08;
    --liveBtnText: #ffffff;
    --titleColor: #a1a1a1;
    --descriptionColor: #878787;
    --footerLink: #ffffff;
    --headerLink: #ffffff;

    --searchHeaderBackground: #ffffff;
    --searchHeaderText: #5d5b5b;
    --inputBackground: #434242;
    
    --filterTitleBackground: #191919;
    --aboutText: #ff4157;
    --fontFamily:'Poppins', sans-serif;

    --filtersBackground: #f3f1f1;
}