/*
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
*/

/* CAMPTON FONT STYLES */

@font-face {
    font-family: 'Campton Light';
    src: url('fonts/campton/Campton-Light.eot');
    src: url('fonts/campton/Campton-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/campton/Campton-Light.woff2') format('woff2'),
        url('fonts/campton/Campton-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton Extra Light';
    src: url('fonts/campton/Campton-ExtraLight.eot');
    src: url('fonts/campton/Campton-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/campton/Campton-ExtraLight.woff2') format('woff2'),
        url('fonts/campton/Campton-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton Book';
    src: url('fonts/campton/Campton-Book.eot');
    src: url('fonts/campton/Campton-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/campton/Campton-Book.woff2') format('woff2'),
        url('fonts/campton/Campton-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton Medium';
    src: url('fonts/campton/Campton-Medium.eot');
    src: url('fonts/campton/Campton-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/campton/Campton-Medium.woff2') format('woff2'),
        url('fonts/campton/Campton-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton Semibold';
    src: url('fonts/campton/Campton-SemiBold.eot');
    src: url('fonts/campton/Campton-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/campton/Campton-SemiBold.woff2') format('woff2'),
        url('fonts/campton/Campton-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton Bold';
    src: url('fonts/campton/Campton-Bold.eot');
    src: url('fonts/campton/Campton-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/campton/Campton-Bold.woff2') format('woff2'),
        url('fonts/campton/Campton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* FRESHMAN FONT STYLES */

@font-face {
    font-family: 'Freshman';
    src: url('fonts/freshman/Freshman.eot');
    src: url('fonts/freshman/Freshman.eot?#iefix') format('embedded-opentype'),
        url('fonts/freshman/Freshman.woff2') format('woff2'),
        url('fonts/freshman/Freshman.woff') format('woff'),
        url('fonts/freshman/Freshman.svg#Freshman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

