/*
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: 'APK-Galeria-Bold'; /* Choose a descriptive name */
        src: url('/wp-content/themes/salient-child/fonts/APK-Galeria-Bold.woff2') format('woff2'),
             url('/wp-content/themes/salient-child/fonts/APK-Galeria-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap; /* Recommended for better performance */
    }

 @font-face {
        font-family: 'APK-Galeria-Regular'; /* Choose a descriptive name */
        src: url('/wp-content/themes/salient-child/fonts/APK-Galeria-Regular.woff2') format('woff2'),
             url('/wp-content/themes/salient-child/fonts/APK-Galeria-Regular.woff') format('woff');
        font-weight: regular;
        font-style: normal;
        font-display: swap; /* Recommended for better performance */
    }

 @font-face {
        font-family: 'APK-Galeria-Light'; /* Choose a descriptive name */
        src: url('/wp-content/themes/salient-child/fonts/APK-Galeria-Light.woff2') format('woff2'),
             url('/wp-content/themes/salient-child/fonts/APK-Galeria-Light.woff') format('woff');
        font-weight: light;
        font-style: normal;
        font-display: swap; /* Recommended for better performance */
    }