/*
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
*/
@media (max-width: 569px) {
  .tmb-content-overlay .h1,
  .tmb-content-overlay .h2,
  .tmb-content-overlay .h3,
  .tmb-content-overlay .h4,
  .tmb-content-overlay .h5,
  .tmb-content-overlay .h6 {
    font-size: 29px !important;
  }
}

/* FONT STYLE */
@font-face {
    font-family: 'Aptos';
    src: url('fonts/Aptos.woff2') format('woff2'),
         url('fonts/Aptos.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('fonts/Aptos-Light.woff2') format('woff2'),
         url('fonts/Aptos-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('fonts/Aptos-Italic.woff2') format('woff2'),
         url('fonts/Aptos-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Aptos';
    src: url('fonts/Aptos-Bold.woff2') format('woff2'),
         url('fonts/Aptos-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}