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

/*
Theme Name: Uncode Child
Template: uncode
*/

@font-face {
    font-family: 'Gotham';
    src: url('./fonts/gotham/gotham-medium-webfont.woff2') format('woff2'),
         url('./fonts/gotham/gotham-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@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;
}
@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;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/gotham/Gotham-Regular.woff2') format('woff2'),
       url('fonts/gotham/Gotham-Regular.woff') format('woff');
  font-weight: 400 ;
  font-style: normal;
  font-display: swap;
}

/* Gotham Light pour les textes body */
@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;
}

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

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

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

