/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'Azo Sans';
    src: url('fonts/AzoSans-Regular.eot');
    src: local('Azo Sans Regular'), local('AzoSans-Regular'),
        url('fonts/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-Regular.woff2') format('woff2'),
        url('fonts/AzoSans-Regular.woff') format('woff'),
        url('fonts/AzoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Azo Sans';
    src: url('fonts/AzoSans-Italic.eot');
    src: local('Azo Sans Italic'), local('AzoSans-Italic'),
        url('fonts/AzoSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-Italic.woff2') format('woff2'),
        url('fonts/AzoSans-Italic.woff') format('woff'),
        url('fonts/AzoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Azo Sans Lt';
    src: url('fonts/AzoSans-LightItalic.eot');
    src: local('Azo Sans Light Italic'), local('AzoSans-LightItalic'),
        url('fonts/AzoSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-LightItalic.woff2') format('woff2'),
        url('fonts/AzoSans-LightItalic.woff') format('woff'),
        url('fonts/AzoSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Azo Sans Lt';
    src: url('fonts/AzoSans-Light.eot');
    src: local('Azo Sans Light'), local('AzoSans-Light'),
        url('fonts/AzoSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-Light.woff2') format('woff2'),
        url('fonts/AzoSans-Light.woff') format('woff'),
        url('fonts/AzoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Azo Sans Md';
    src: url('fonts/AzoSans-MediumItalic.eot');
    src: local('Azo Sans Medium Italic'), local('AzoSans-MediumItalic'),
        url('fonts/AzoSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-MediumItalic.woff2') format('woff2'),
        url('fonts/AzoSans-MediumItalic.woff') format('woff'),
        url('fonts/AzoSans-MediumItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Azo Sans Md';
    src: url('fonts/AzoSans-Medium.eot');
    src: local('Azo Sans Medium'), local('AzoSans-Medium'),
        url('fonts/AzoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzoSans-Medium.woff2') format('woff2'),
        url('fonts/AzoSans-Medium.woff') format('woff'),
        url('fonts/AzoSans-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

