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