
@font-face {
    font-family: cairo;
    src: url(Cairo-VariableFont_wght.ttf) format("truetype");
 }
 * {
    font-family: cairo !important;
 }

