/*
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
*/

/* ------------------------------------------
   TWK Everett — Font Face Setup
   ------------------------------------------ */

/* Hairline (100) */
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Hairline-web.woff2") format("woff2"),
       url("fonts/TWKEverett-Hairline-web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-HairlineItalic-web.woff2") format("woff2"),
       url("fonts/TWKEverett-HairlineItalic-web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Ultralight (200) */
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Ultralight-web.woff2") format("woff2"),
       url("fonts/TWKEverett-Ultralight-web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-UltralightItalic-web.woff2") format("woff2"),
       url("fonts/TWKEverett-UltralightItalic-web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Regular-web.woff2") format("woff2"),
       url("fonts/TWKEverett-Regular-web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-RegularItalic-web.woff2") format("woff2"),
       url("fonts/TWKEverett-RegularItalic-web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Bold-web.woff2") format("woff2"),
       url("fonts/TWKEverett-Bold-web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-BoldItalic-web.woff2") format("woff2"),
       url("fonts/TWKEverett-BoldItalic-web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Black-web.woff2") format("woff2"),
       url("fonts/TWKEverett-Black-web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-BlackItalic-web.woff2") format("woff2"),
       url("fonts/TWKEverett-BlackItalic-web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ------------------------------------------
   TWK Everett como fuente principal del sitio
   (sin alterar pesos ni estilos)
   ------------------------------------------ */

body, html {
  font-family: "TWK Everett", sans-serif;
}

/* Encabezados */
h1, h2, h3, h4, h5, h6 {
  font-family: "TWK Everett", sans-serif;
}

/* Menú */
#top nav ul li a,
#top #header-outer .sf-menu > li > a {
  font-family: "TWK Everett", sans-serif;
}

/* Botones y formularios */
button,
input,
textarea,
select,
input[type="submit"] {
  font-family: "TWK Everett", sans-serif;
}




