/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*! POLICES CUSTOMISÉES */

/* Segoe UI — Regular */
@font-face {
    font-family: 'SegoeUI-Regular';
    src: url('font/SegoeUI.woff2') format('woff2'),
         url('font/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Segoe UI — Italic */
@font-face {
    font-family: 'SegoeUI-Italic';
    src: url('font/SegoeUI-Italic.woff2') format('woff2'),
         url('font/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Segoe UI — Bold */
@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('font/SegoeUI-Bold.woff2') format('woff2'),
         url('font/SegoeUI-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Segoe UI — Bold Italic */
@font-face {
    font-family: 'SegoeUI-BoldItalic';
    src: url('font/SegoeUI-BoldItalic.woff2') format('woff2'),
         url('font/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Berlin Sans FB Demi — Bold */
@font-face {
    font-family: 'BerlinSansFBDemi-Bold';
    src: url('font/BerlinSansFBDemi-Bold.woff2') format('woff2'),
         url('font/BerlinSansFBDemi-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}