@font-face {
    font-family: 'Grold-Bold';
    src: url('/fonts/grold/Grold-Bold.otf') format('opentype'), /* Correct format */
         url('/fonts/grold/Grold-Bold.ttf') format('truetype'); /* Correct format */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Grold';
    src: url('/fonts/grold/Grold-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Grold';
    src: url('/fonts/grold/Grold-Medium.otf') format('opentype'),
         url('/fonts/grold/Grold-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Grold';
    src: url('/fonts/grold/Grold-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
