@font-face {
    font-family: Cormorant;
    src: url(fonts/CormorantGaramond-Light.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: Cormorant;
    src: url(fonts/CormorantGaramond-SemiBold.ttf) format ("truetype");
    font-weight: 600;

}

@font-face {
    font-family: Cormorant;
    src: url(fonts/CormorantGaramond-Italic.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: Merri;
    src: url(fonts/Merriweather_120pt-Light.ttf) format("truetype");
    font-weight: 200;
}
@font-face {
    font-family: Merri;
    src: url(fonts/Merriweather_24pt-ExtraBoldItalic.ttf)
    format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: Merri;
    src: url(fonts/Merriweather_24pt-SemiBold.ttf)
    format("truetype");
    font-weight: 400;
}