

/*Start Fonts*/
/* Open Sans */
@font-face {
    font-family: "Cairo";
    src: url("../font/Cairo-ExtraLight.eot");
    src: url("../font/Cairo-ExtraLight.eot?#iefix") format('embedded-opentype'),
         url("../font/Cairo-ExtraLight.woff2") format('woff2'),
         url("../font/Cairo-ExtraLight.woff") format('woff'),
         url("../font/Cairo-ExtraLight.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Cairo";
    src: url("../font/Cairo-Light.eot");
    src: url("../font/Cairo-Light.eot?#iefix") format('embedded-opentype'),
         url("../font/Cairo-Light.woff2") format('woff2'),
         url("../font/Cairo-Light.woff") format('woff'),
         url("../font/Cairo-Light.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Cairo";
    src: url("../font/Cairo-Regular.eot");
    src: url("../font/Cairo-Regular.eot?#iefix") format('embedded-opentype'),
         url("../font/Cairo-Regular.woff2") format('woff2'),
         url("../font/Cairo-Regular.woff") format('woff'),
         url("../font/Cairo-Regular.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Cairo";
    src: url("../font/Cairo-Medium.eot");
    src: url("../font/Cairo-Medium.eot?#iefix") format('embedded-opentype'),
         url("../font/Cairo-Medium.woff2") format('woff2'),
         url("../font/Cairo-Medium.woff") format('woff'),
         url("../font/Cairo-Medium.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Cairo";
    src: url('../font/Cairo-Bold.eot');
    src: url('../font/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/Cairo-Bold.woff2') format('woff2'),
         url('../font/Cairo-Bold.woff') format('woff'),
         url('../font/Cairo-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Cairo";
    src: url('../font/Cairo-ExtraBold.eot');
    src: url('../font/Cairo-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../font/Cairo-ExtraBold.woff2') format('woff2'),
         url('../font/Cairo-ExtraBold.woff') format('woff'),
         url('../font/Cairo-ExtraBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Cairo";
    src: url('../font/Cairo-Black.eot');
    src: url('../font/Cairo-Black.eot?#iefix') format('embedded-opentype'),
         url('../font/Cairo-Black.woff2') format('woff2'),
         url('../font/Cairo-Black.woff') format('woff'),
         url('../font/Cairo-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


.fw-100
{
    font-weight: 100;
}
.fw-200
{
    font-weight: 200;
}
.fw-300
{
    font-weight: 300;
}
.fw-400
{
    font-weight: 400;
}
.fw-500
{
    font-weight: 500;
}
.fw-600
{
    font-weight: 600;
}
.fw-700
{
    font-weight: 700;
}
.fs-12
{
    font-size: 12px;
}
.fs-14
{
    font-size: 14px;
}
.fs-16
{
    font-size: 16px;
}
.fs-17
{
    font-size: 17px;
}
.fs-22
{
    font-size: 22px;
}
.fs-26
{
    font-size: 26px;
}