@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    --title-font: jost;
    --title-font-color: #fff;
    --body-font: jost;
    --body-font-size: 14px;
}

body{
    font-weight: 400;
}

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

section{
    background: #f5f5f5;
}

a.btn-custom{
    color:#000000;
}

.de_testi.opt-2 blockquote{
    background: #ffffff !important;
}

.bloglist .post-text{
    background: #ffffff;
}
