/*
Theme Name: Astra - Child Theme
Description: Tema hijo para hacer personalizaciones de código en Astra
Author: Alex Tristán
Author URI: https://alextristan.com
Template: astra
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/



/* TTHoves Regular */
@font-face {
  font-family: 'TT Hoves';
  src: url('fonts/TTHoves-Regular.woff2') format('woff2'),
       url('fonts/TTHoves-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TTHoves Light */
@font-face {
  font-family: 'TT Hoves';
  src: url('fonts/TTHoves-Light.woff2') format('woff2'),
       url('fonts/TTHoves-Light.otf') format('opentype');

}

/* TTHoves Light Italic */
@font-face {
  font-family: 'TT Hoves';
  src: url('fonts/TTHoves-Light-Italic.woff2') format('woff2'),
       url('fonts/TTHoves-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* TTHoves DemiBold */
@font-face {
  font-family: 'TT Hoves';
  src: url('fonts/TTHoves-DemiBold.woff2') format('woff2'),
       url('fonts/TTHoves-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}