@font-face {
    font-family: "sans";
    src: url("../../fonts/TheSansArab/TheSansArab-Light.woff2") format("woff2"),
    url("../../fonts/TheSansArab/TheSansArab-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "sans";
    src: url("../../fonts/TheSansArab/TheSansArab-Plain.woff2") format("woff2"),
    url("../../fonts/TheSansArab/TheSansArab-Plain.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "sans";
    src: url("../../fonts/TheSansArab/TheSansArab-SemiBold.woff2") format("woff2"),
    url("../../fonts/TheSansArab/TheSansArab-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "sans";
    src: url("../../fonts/TheSansArab/TheSansArab-Bold.woff2") format("woff2"),
    url("../../fonts/TheSansArab/TheSansArab-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "sans";
    src: url("../../fonts/TheSansArab/TheSansArab-ExtraBold.woff2") format("woff2"),
    url("../../fonts/TheSansArab/TheSansArab-ExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 900;
}

body {
    font-family: 'sans';
    font-weight: 400;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 900;
}
