/* Gelica Font Family */

/* Light */
@font-face {
    font-family: 'Gelica';
    src: url('/wp-content/themes/knots-theme/assets/fonts/gelica-light-italic.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Gelica';
    src: url('/wp-content/themes/knots-theme/assets/fonts/gelica-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Gelica';
    src: url('/wp-content/themes/knots-theme/assets/fonts/gelica-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Semi Bold */
@font-face {
    font-family: 'Gelica';
    src: url('/wp-content/themes/knots-theme/assets/fonts/gelica-semi-bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Gelica';
    src: url('/wp-content/themes/knots-theme/assets/fonts/gelica-italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}