@font-face {
    font-family: r-lt;
    src: url(/fonts/roboto/Roboto-Light.woff);
}

@font-face {
    font-family: r-rg;
    src: url(/fonts/roboto/Roboto-Regular.woff);
}

@font-face {
    font-family: r-md;
    src: url(/fonts/roboto/Roboto-Medium.woff);
}

@font-face {
    font-family: r-bd;
    src: url(/fonts/roboto/Roboto-Bold.woff);
}

@font-face {
    font-family: cairo-lt;
    src: url(/fonts/Cairo-Light.ttf);
}

@font-face {
    font-family: cairo-rg;
    src: url(/fonts/Cairo-Regular.ttf);
}

@font-face {
    font-family: cairo-md;
    src: url(/fonts/Cairo-SemiBold.ttf);
}

@font-face {
    font-family: cairo-bd;
    src: url(/fonts/Cairo-Bold.ttf);
}