@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-Regular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-Italic.ttf') format("truetype");
    font-weight: normal;
    font-style: italic;
}
  
@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-Light.ttf') format("truetype");
    font-weight: light;
    font-style: normal;
}
  
@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-LightItalic.ttf') format("truetype");
    font-weight: light;
    font-style: italic;
}
  
@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal;
}
  
@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-SemiBoldItalic.ttf') format("truetype");
    font-weight: 600;
    font-style: italic;
}
  
@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-Bold.ttf') format("truetype");
    font-weight: bold;
    font-style: normal;
}
  
@font-face {
    font-family: 'Cormorant';
    src: url('Cormorant-BoldItalic.ttf') format("truetype");
    font-weight: bold;
    font-style: italic;
}