@font-face {
    font-family: "Quicksand";
    src: url("fonts/Quicksand.ttf") format("truetype");
    font-weight: 300 700;
    font-display: swap;
}

body, .sidebar, .menu-title {
    font-family: "Quicksand", sans-serif;
}
