@font-face{

    font-family:"Cairo";

    src:url("../fonts/cairo/Cairo-Regular.woff2") format("woff2");

    font-weight:400;

}

@font-face{

    font-family:"Cairo";

    src:url("../fonts/cairo/Cairo-Bold.woff2") format("woff2");

    font-weight:700;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    background:var(--body);

    color:var(--text);

    font-family:"Cairo",sans-serif;

    direction:rtl;

}