/*
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
*/
@font-face {
  font-family: 'Fragment Mono'; /* A single family name */
  src: url('/wp-content/themes/salient-child/fonts/FragmentMono-Regular.ttf') format('truetype');
  font-weight: 400; /* or 'normal' */
  font-style: normal;
}

@font-face {
  font-family: 'Fragment Mono'; 
  src: url('/wp-content/themes/salient-child/fonts/FragmentMono-Italic.ttf') format('truetype');
  font-weight: 400; /* same weight but italic style */
  font-style: italic;
}

@font-face {
  font-family: 'Inter'; /* Single name for normal + italic */
  src: url('/wp-content/themes/salient-child/fonts/Inter-VariableFont_opsz_wght.ttf') format('truetype-variations');
  /* “truetype-variations” is a common format for variable TTFs */
  font-weight: 100 900; /* full variable range */
  font-style: normal; 
}

@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/salient-child/fonts/Inter-Italic-VariableFont_opsz_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic; 
}

