/*--- Rajdhani ----*/
@font-face {
  font-family: rajdhani-l;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/editor/rajdhani/rajdhani-light.ttf);
}

@font-face {
  font-family: rajdhani-r;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/editor/rajdhani/rajdhani-regular.ttf);
}

@font-face {
  font-family: rajdhani-m;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/editor/rajdhani/rajdhani-medium.ttf);
}

@font-face {
  font-family: rajdhani-sb;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/editor/rajdhani/rajdhani-semibold.ttf);
}

@font-face {
  font-family: rajdhani-b;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/editor/rajdhani/rajdhani-bold.ttf);
}

/*------- Open Sans -------*/
@font-face {
  font-family: opensans-l;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/editor/open-sans/OpenSans-Light.ttf);
}
@font-face {
  font-family: opensans-li;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/editor/open-sans/OpenSans-LightItalic.ttf);
}
@font-face {
  font-family: opensans-r;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/editor/open-sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: opensans-i;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/editor/open-sans/OpenSans-italic.ttf);
}
@font-face {
  font-family: opensans-sb;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/editor/open-sans/OpenSans-Semibold.ttf);
}
@font-face {
  font-family: opensans-sbi;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/editor/open-sans/OpenSans-SemiboldItalic.ttf);
}
@font-face {
  font-family: opensans-b;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/editor/open-sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: opensans-bi;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/editor/open-sans/OpenSans-BoldItalic.ttf);
}

/*---- Source Sans Pro ------*/
@font-face {
  font-family: sourcesanspro-l;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-Light.ttf);
}

@font-face {
  font-family: sourcesanspro-li;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-LightItalic.ttf);
}
@font-face {
  font-family: sourcesanspro-r;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: sourcesanspro-i;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-Italic.ttf);
}
@font-face {
  font-family: sourcesanspro-sb;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-SemiBold.ttf);
}

@font-face {
  font-family: sourcesanspro-sbi;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf);
}

@font-face {
  font-family: sourcesanspro-b;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-Bold.ttf);
}

@font-face {
  font-family: sourcesanspro-bi;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf);
}

@font-face {
  font-family: sourcesanspro-ub;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-Black.ttf);
}

@font-face {
  font-family: sourcesanspro-ubi;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/editor/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf);
}


/*------ Lato -----*/
@font-face {
  font-family: lato-l;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/editor/lato/Lato-Light.ttf);
}

@font-face {
  font-family: lato-li;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/editor/lato/Lato-LightItalic.ttf);
}
@font-face {
  font-family: lato-r;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/editor/lato/Lato-Regular.ttf);
}

@font-face {
  font-family: lato-i;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/editor/lato/Lato-Italic.ttf);
}

@font-face {
  font-family: lato-b;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/editor/lato/Lato-Bold.ttf);
}

@font-face {
  font-family: lato-bi;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/editor/lato/Lato-BoldItalic.ttf);
}
@font-face {
  font-family: lato-ub;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/editor/lato/Lato-Black.ttf);
}

@font-face {
  font-family: lato-ubi;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/editor/lato/Lato-BlackItalic.ttf);
}


/*---- Droid Sans -----*/
@font-face {
  font-family: droidsans-r;
  font-style:normal;
  font-weight: 400;
  src: url(../fonts/editor/droid-sans/DroidSans.ttf);
}
@font-face {
  font-family: droidsans-b;
  font-style:normal;
  font-weight: 700;
  src: url(../fonts/editor/droid-sans/DroidSans-Bold.ttf);
}

/*----- Droid Serif -----*/
@font-face {
  font-family: droidserif-r;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/editor/droid-serif/DroidSerif-Regular.ttf);
}
@font-face {
  font-family: droidserif-i;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/editor/droid-serif/DroidSerif-Italic.ttf);
}
@font-face {
  font-family: droidserif-b;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/editor/droid-serif/DroidSerif-Bold.ttf);
}
@font-face {
  font-family: droidserif-bi;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/editor/droid-serif/DroidSerif-BoldItalic.ttf);
}


/*---- Fjalla One -----*/
@font-face {
  font-family: fjallaone-r;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/editor/fjalla/FjallaOne-Regular.otf);
}

/*---- Playfair Display ----*/
@font-face {
  font-family: playfairdisplay-r;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/editor/playfair-display/PlayfairDisplay-Regular.otf);
}
@font-face {
  font-family: playfairdisplay-i;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/editor/playfair-display/PlayfairDisplay-Italic.otf);
}
@font-face {
  font-family: playfairdisplay-b;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/editor/playfair-display/PlayfairDisplay-Bold.otf);
}
@font-face {
  font-family: playfairdisplay-bi;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/editor/playfair-display/PlayfairDisplay-BoldItalic.otf);
}
@font-face {
  font-family: playfairdisplay-ub;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/editor/playfair-display/PlayfairDisplay-Black.otf);
}
@font-face {
  font-family: playfairdisplay-ubi;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/editor/playfair-display/PlayfairDisplay-BlackItalic.otf);
}

/*---- PT Sans ----*/
@font-face {
    font-family: ptsans-r;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/editor/pt-sans/PTS55F.ttf);
}
@font-face {
    font-family: ptsans-i;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/editor/pt-sans/PTS56F.ttf);
}

@font-face {
    font-family: ptsans-b;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/editor/pt-sans/PTS75F.ttf);
}
@font-face {
    font-family: ptsans-bi;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/editor/pt-sans/PTS76F.ttf);
}

/*---- PT Serif ----*/

@font-face {
    font-family: ptserif-r;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/editor/pt-serif/PTZ55F.ttf);
}
@font-face {
    font-family: ptserif-i;
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/editor/pt-serif/PTZ56F.ttf);
}
@font-face {
    font-family: ptserif-b;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/editor/pt-serif/PTF75F.ttf);
}
@font-face {
    font-family: ptserif-bi;
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/editor/pt-serif/PTF76F.ttf);
}

/*---- Roboto ----*/
@font-face {
    font-family: roboto-t;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/editor/roboto/Roboto-Thin.ttf);
}
@font-face {
    font-family: roboto-ti;
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/editor/roboto/Roboto-ThinItalic.ttf);
}
@font-face {
    font-family: roboto-l;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/editor/roboto/Roboto-Light.ttf);
}
@font-face {
    font-family: roboto-li;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/editor/roboto/Roboto-LightItalic.ttf);
}
@font-face {
    font-family: roboto-r;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/editor/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-i;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/editor/roboto/Roboto-Italic.ttf);
}
@font-face {
    font-family: roboto-sb;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/editor/roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: roboto-sbi;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/editor/roboto/Roboto-MediumItalic.ttf);
}
@font-face {
    font-family: roboto-b;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/editor/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: roboto-bi;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/editor/roboto/Roboto-BoldItalic.ttf);
}

/*---- Ubuntu ----*/
@font-face {
    font-family: ubuntu-l;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/editor/ubuntu/Ubuntu-L.ttf);
}
@font-face {
    font-family: ubuntu-li;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/editor/ubuntu/Ubuntu-LI.ttf);
}
@font-face {
    font-family: ubuntu-r;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/editor/ubuntu/Ubuntu-R.ttf);
}
@font-face {
    font-family: ubuntu-i;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/editor/ubuntu/Ubuntu-RI.ttf);
}
@font-face {
    font-family: ubuntu-b;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/editor/ubuntu/Ubuntu-B.ttf);
}
@font-face {
    font-family: ubuntu-bi;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/editor/ubuntu/Ubuntu-BI.ttf);
}

/*---- Alice ----*/
@font-face {
    font-family: alice-r;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/editor/alice/Alice-Regular.ttf);
}


/*---- Oleo Script ----*/
@font-face {
    font-family: oleoscript-r;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/editor/oleo-script/OleoScript-Regular.ttf);
}
@font-face {
    font-family: oleoscript-b;
     font-style: normal;
    font-weight: 700;
    src: url(../fonts/editor/oleo-script/OleoScript-Bold.ttf);
}
/*---- Pacifico ----*/
@font-face {
    font-family: pacifico-r;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/editor/pacifico/Pacifico.ttf);
}
