/* fonts */
@font-face {
    font-family: "Silk Serif";
    src: url('../fonts/Silk-Serif-Regular.eot') format('eot');
    src: url('../fonts/Silk-Serif-Regular.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Silk-Serif-Regular.woff2") format("woff2"),
         url("../fonts/Silk-Serif-Regular.woff") format("woff"),
         url("../fonts/Silk-Serif-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Silk Serif";
    src: url('../fonts/Silk-Serif-Bold.eot') format('eot');
    src: url('../fonts/Silk-Serif-Bold.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Silk-Serif-Bold.woff2") format("woff2"),
         url("../fonts/Silk-Serif-Bold.woff") format("woff"),
         url("../fonts/Silk-Serif-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Silk-Serif-Light.eot') format('eot');
    src: url('../fonts/Silk-Serif-Light.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Silk-Serif-Light.woff2") format("woff2"),
         url("../fonts/Montserrat-Light.woff") format("woff"),
         url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.eot') format('eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Montserrat-Regular.woff2") format("woff2"),
         url("../fonts/Montserrat-Regular.woff") format("woff"),
         url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Medium.eot') format('eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Montserrat-Medium.woff2") format("woff2"),
         url("../fonts/Montserrat-Medium.woff") format("woff"),
         url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-SemiBold.eot') format('eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
         url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
         url("../fonts/Montserrat-SemiBold.woff") format("woff"),
         url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
