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

/* Medium déclaré en 400 : substitut du Regular manquant.
   Le jour où Redtone-Regular.woff2 est disponible, remplacer
   les 2 fichiers Medium par Regular/Italic — rien d'autre à changer. */
@font-face {
  font-family: 'Redtone';
  src: url('fonts/Redtone-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redtone';
  src: url('fonts/Redtone-MediumItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redtone';
  src: url('fonts/Redtone-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redtone';
  src: url('fonts/Redtone-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}