.editor {
    letter-spacing: 0.5px;
}
.site-nav .menu>li>a{
    font-family: "Poppins", sans-serif;
}
.footer_top .container{
    flex-wrap: nowrap;
    gap: 20px;
}
.site-footer .col{
    width: calc(100% / 3);
}
@media screen and (max-width: 1000px) {
    .site-footer .col {
        width: auto;
    }
}