@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-MediumItalic.ttf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-SemiBoldItalic.ttf");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("./CormorantGaramond/CormorantGaramond-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}