/*
Theme Name: Polices personnalisées sacréeBD (OceanWP)
Theme URI: https://oceanwp.org/
Description: Polices personnalisées sacréeBD pour le thème enfant OceanWP.
Author: L'équipe SacréeBD
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



/* Fichier : style.css (avec polices dans le sous-dossier 'fonts/') */

@font-face {
    font-family: 'Tanker-Regular';
    /* Tanker-Regular est un OTF dans votre liste */
    src: url('fonts/Tanker-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-Black';
    src: url('fonts/NebulaSans-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-BoldItalic';
    src: url('fonts/NebulaSans-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-BlackItalic';
    src: url('fonts/NebulaSans-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-MediumItalic';
    src: url('fonts/NebulaSans-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-Semibold';
    src: url('fonts/NebulaSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-Book';
    src: url('fonts/NebulaSans-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-BookItalic';
    src: url('fonts/NebulaSans-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-Medium';
    src: url('fonts/NebulaSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-Bold';
    src: url('fonts/NebulaSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-LightItalic';
    src: url('fonts/NebulaSans-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-Light';
    src: url('fonts/NebulaSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NebulaSans-SemiboldItalic';
    src: url('fonts/NebulaSans-SemiboldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


