@font-face {
    font-family: 'Karmina';
    src: url('../Assets/Fonts/KarminaReg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Karmina';
    src: url('../Assets/Fonts/KarminaItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../Assets/Fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Define the Helvetica Neue LT Std Bold font */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../Assets/Fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}