/*
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
*/


/* Sole Serif regular */
@font-face {
  font-display: swap;
  font-family: 'Sole Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/SoleDisplayRegular_W.woff2') format('woff2');
}


/* Sole Serif regular italic */
@font-face {
  font-display: swap;
  font-family: 'Sole Serif Display';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/SoleDisplayRegularIt_W.woff2') format('woff2');
}

/* Sole Serif bold */
@font-face {
  font-display: swap;
  font-family: 'Sole Serif Display';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/SoleDisplayBold_W.woff2') format('woff2');
}


/* Sole Serif bold italic */
@font-face {
  font-display: swap;
  font-family: 'Sole Serif Display';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/SoleDisplayBoldIt_W.woff2') format('woff2');
}