@font-face {
    font-family: "Cairo";
    src: url("../vendor/fonts/Cairo.ttf") format("truetype");
    font-weight: 100 1000;
    font-style: normal;
    font-display: swap;
}

:root {
    --app-font-family: "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--app-font-family);
}
