/*
 Theme Name: Dub Child Theme
 Theme URI: https://dub.ancorathemes.com/
 Description: Dub Child Theme
 Author: AncoraThemes
 Author URI: https://ancorathemes.com/
 Template: dub
 Version: 1.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  dub
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* custom fonts */
/* Bold */
@font-face {
  font-family: 'Ponte';
  src: url('fonts/PonteBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Ponte';
  src: url('fonts/PonteBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

/* ExtraLight */
@font-face {
  font-family: 'Ponte';
  src: url('fonts/PonteExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Ponte';
  src: url('fonts/PonteExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

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

/* Medium */
@font-face {
  font-family: 'Ponte';
  src: url('fonts/PonteMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ponte';
  src: url('fonts/PonteMediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'Ponte';
  src: url('fonts/PonteRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

.ponte-font {
  font-family: 'Ponte', sans-serif;
  font-weight: 400; /* O 300, 500, bold, etc. según lo que hayas definido */
  font-style: italic; /* o normal */
}

.sc_item_subtitle {
	letter-spacing: 0.5rem;
}