@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: bold;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-style: italic;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: 600;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: 500;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: 300;
}

@font-face {
    font-family: cormorant;
    src: url("CormorantGaramond-Regular.ttf");
    font-weight: 300;
    font-style: italic;
}