@font-face {
    font-family: "Cairo";
    src:
        local("Cairo Regular"),
        url("/fonts/Cairo-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src:
        local("Cairo SemiBold"),
        url("/fonts/Cairo-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cairo";
    src:
        local("Cairo Bold"),
        url("/fonts/Cairo-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
input,
select,
textarea,
table,
th,
td {
    font-family: "Cairo", sans-serif !important;
}