/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* --- POLICES PERSONNALISÉES DARIQRA --- */

/* La Luxes */
@font-face {
    font-family: 'LaLuxesScript';
    src: url('fonts/LaLuxesScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

/* Axiforma (Famille unique) */
@font-face {
    font-family: 'Axiforma';
    src: url('fonts/Kastelov-Axiforma-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('fonts/Kastelov-Axiforma-Book.otf') format('opentype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('fonts/Kastelov-Axiforma-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('fonts/Kastelov-Axiforma-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('fonts/Kastelov-Axiforma-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

