/*
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
*/
/* Roman / Regular Weight */
@font-face {
  font-family: 'Palatino LT Std';
  src: url('fonts/PalatinoLTStd-Roman.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Bold Weight */
@font-face {
  font-family: 'Palatino LT Std';
  src: url('fonts/PalatinoLTStd-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

/* Small Caps / Special Weight */
@font-face {
  font-family: 'Palatino SC';
  src: url('fonts/Palatino-SC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}