/*
  CrudeDoc CSS Style Fonts
  Copyright (c) 2015 Christian Schoenebeck. All rights reserved.
  http://www.crudebyte.com
 */

@font-face {
    font-family: CRDSans;
    src: url('../fonts/ekmukta/EkMukta-ExtraLight.ttf');
    font-weight: 200;
}

@font-face {
    font-family: CRDSans;
    src: url('../fonts/ekmukta/EkMukta-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: CRDSans;
    src: url('../fonts/ekmukta/EkMukta-Regular.ttf');
    font-weight: normal; /* 400 */
}

@font-face {
    font-family: CRDSans;
    src: url('../fonts/ekmukta/EkMukta-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: CRDSans;
    src: url('../fonts/ekmukta/EkMukta-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: CRDSans;
    src: url('../fonts/ekmukta/EkMukta-Bold.ttf');
    font-weight: bold; /* 700 */
}

@font-face {
    font-family: CRDSans;
    src: url('../fonts/ekmukta/EkMukta-ExtraBold.ttf');
    font-weight: 800;
}



@font-face {
    font-family: CRDHigh;
    src: url('../fonts/oswald/Oswald-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: CRDHigh;
    src: url('../fonts/oswald/Oswald-Regular.ttf');
    font-weight: normal; /* 400 */
}

@font-face {
    font-family: CRDHigh;
    src: url('../fonts/oswald/Oswald-Bold.ttf');
    font-weight: bold;
}



@font-face {
    font-family: CRDCour;
    src: url('../fonts/couriersans/Courier Prime Sans Bold Italic.ttf');
    font-weight:bold;
    font-style:italic;
}

@font-face {
    font-family: CRDCour;
    src: url('../fonts/couriersans/Courier Prime Sans Bold.ttf');
    font-weight:bold;
    font-style:normal;
}

@font-face {
    font-family: CRDCour;
    src: url('../fonts/couriersans/Courier Prime Sans Italic.ttf');
    font-weight:normal;
    font-style:italic;
}

@font-face {
    font-family: CRDCour;
    src: url('../fonts/couriersans/Courier Prime Sans.ttf');
    font-weight:normal;
    font-style:normal;
}
