/* UfesSans Regular */
@font-face {
    font-family: "Ufes Sans";
    src: url("../assets/fonts/UfesSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* UfesSans Bold */
@font-face {
    font-family: "Ufes Sans";
    src: url("../assets/fonts/UfesSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* UfesSans Light */
@font-face {
    font-family: "Ufes Sans";
    src: url("../assets/fonts/UfesSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* UfesSans Medium */
@font-face {
    font-family: "Ufes Sans";
    src: url("../assets/fonts/UfesSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* UfesSans SemiBold */
@font-face {
    font-family: "Ufes Sans";
    src: url("../assets/fonts/UfesSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* UfesSans Book */
@font-face {
    font-family: "Ufes Sans";
    src: url("../assets/fonts/UfesSans-Book.woff") format("woff");
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}
