@font-face {
   font-family: 'cormorant'; /* Use a consistent name */
   src: url('cormorant/font.woff2') format('woff2'), /* Modern browsers */
        url('cormorant/font.woff') format('woff'), /* Older browsers */
        url('cormorant/font.ttf') format('truetype'); /* Fallback */
   font-display: swap; /* Ensures text is visible while the font loads */
 }