/**
 * Custom Fonts - Etherea Derma Clinic
 * Font: Termina
 */

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

@font-face {
    font-family: 'Termina';
    src: url('../fonts/termina/TerminaTest-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('../fonts/termina/TerminaTest-Demi.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Bellastra';
    src: url('../fonts/bellastra/Bellastra-Italic.woff2') format('woff2'),
         url('../fonts/bellastra/Bellastra-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/**
 * Font: Century Gothic
 */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century/centurygothic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century/centurygothic_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
