/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Regular */
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/salient-child/fonts/MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic */
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-SEMIBOLDIT.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Myriad Pro";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-BOLDIT.OTF") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Condensed */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-COND.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Condensed Italic */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-CONDIT.OTF") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold Condensed */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-BOLDCOND.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Condensed Italic */
@font-face {
  font-family: "Myriad Pro Condensed";
  src: url("/wp-content/themes/salient-child/fonts/MYRIADPRO-BOLDCONDIT.OTF") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}





h1 {
  font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif!important;
  font-weight: 700;   /* usa la versión Bold */
  font-style: normal; /* cámbialo a italic si quieres cursiva */
}

