/* tipografia */

@font-face {
    font-family: "Juana";
    src: url("../font/font.woff2") format("woff2"), url("../font/font.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hkl";
    src: url("../font/HKGrotesk-Light.woff2") format("woff2"), url("../font/HKGrotesk-Light.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Hkm";
    src: url("../font/HKGrotesk-Medium.woff2") format("woff2"), url("../font/HKGrotesk-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}