/*
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
*/

/* ========================================
   FONTS - GOTHAM
   ======================================== */

/* Gotham Extra Light - 200 */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/gotham/gotham-xlight-webfont.woff2') format('woff2'),
         url('./fonts/gotham/gotham-xlight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Gotham Light - 300 */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/gotham/gotham-light-webfont.woff2') format('woff2'),
         url('./fonts/gotham/gotham-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Gotham Regular - 400 */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/gotham/Gotham-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Gotham Medium - 500 */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/gotham/Gotham-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Gotham Bold - 700 */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/gotham/gotham-bold-webfont.woff2') format('woff2'),
         url('./fonts/gotham/gotham-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gotham Black - 900 */
@font-face {
    font-family: 'Gotham';
    src: url('./fonts/gotham/gotham_black-webfont.woff2') format('woff2'),
         url('./fonts/gotham/gotham_black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   FONTS - IVY
   ======================================== */

/* Ivy Semi Bold - 600 */
@font-face {
    font-family: 'Ivy';
    src: url('./fonts/ivy/IvyMode-SemiBold.woff2') format('woff2'),
         url('./fonts/ivy/IvyMode-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   STYLES ADDITIONNELS
   ======================================== */

.color-image-item span {
    display: block;
    line-height: 1.2 !important;
    margin-bottom: 20px;
}

.color-image-item span strong {
    display: block;
    font-weight: 400;
}