@font-face {
    font-family: 'EKFont'; /* Name of the font */
    src: url('../fonts/EK2003Regular.woff2') format('woff2'), /* Modern browsers */
         url('../fonts/EK2003Regular.woff') format('woff');   /* Fallback for older browsers */
    font-weight: normal; /* Optional: Specify weight */
    font-style: normal;  /* Optional: Specify style */
}

/* Applying the custom font */
body {
    font-family: 'EKFont' !important, sans-serif; /* Fallback to sans-serif if font fails to load */
}
