/*
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
*/

@font-face {
  font-family: 'Product Sans';
  src: url('fonts/ProductSans-Regular.woff2') format('woff2'),
       url('fonts/ProductSans-Regular.woff') format('woff'),
       url('fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Product Sans', sans-serif;
}



@font-face {
    font-family: 'Product Sans';
    src: url('ProductSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

strong {
    font-family: 'Product Sans', sans-serif;
}
