/* Nudista Regular/Italic */
@font-face {
    font-family: 'Nudista';
    src: url('../fonts/Nudista.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Nudista Bold */
@font-face {
    font-family: 'Nudista';
    src: url('../fonts/Nudista_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Nudista Bold Italic */
@font-face {
    font-family: 'Nudista';
    src: url('../fonts/Nudista_Bold_Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Nudista Semi Bold */
@font-face {
    font-family: 'Nudista';
    src: url('../fonts/Nudista_SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Nudista Semi Bold Italic */
@font-face {
    font-family: 'Nudista';
    src: url('../fonts/Nudista_SemiBold_Italic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}