/*
Theme Name: Salient Child
Theme URI: https://yourwebsite.com/salient-child
Description: A child theme for the Salient theme.
Author: Your Name
Author URI: https://yourwebsite.com
Template: salient
Version: 1.0.0
Text Domain: salient-child
*/

/* Import the parent theme's style.css file */
@import url("../salient/style.css");

@font-face {
    font-family: 'Clash Display';
    src: url('fonts/ClashDisplay-Semibold.eot');
    src: url('fonts/ClashDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.eot');
    src: url('fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, p, li, a, span {
     font-family: 'Satoshi';
}
h1, h2, h3, h4 {
  font-family: 'Clash Display' !important;
  color: #1D1D1D  !important;
}