/*
Theme Name: wp-blanktheme
Author: Jonathan Ross
Description: The is a BLANK theme for Oxygen websites
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* add css in oxygen or customizer */

/* Base Neue Trial Fonts */
@font-face {
    font-family: 'BaseNeueTrial-CondExtBd';
    src: url('../ttf/baseneuetrial-condextbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BaseNeueTrial-CondObliq';
    src: url('../ttf/baseneuetrial-condobliq.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BaseNeueTrial-CondSemBd';
    src: url('../ttf/baseneuetrial-condsembd-1.ttf') format('truetype'),
         url('../ttf/baseneuetrial-condsembd-2.ttf') format('truetype'),
         url('../ttf/baseneuetrial-condsembd-3.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'BaseNeueTrial-Regular';
    src: url('../ttf/baseneuetrial-regular-1.ttf') format('truetype'),
         url('../ttf/baseneuetrial-regular-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Gilroy Fonts */
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../otf/gilroy-bold.otf') format('opentype'),
         url('../otf/gilroy-bold-2.otf') format('opentype'),
         url('../otf/gilroy-bold-3.otf') format('opentype'),
         url('../otf/gilroy-bold-4.otf') format('opentype'),
         url('../otf/gilroy-bold-5.otf') format('opentype'),
         url('../otf/gilroy-bold-6.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../otf/gilroy-extrabold.otf') format('opentype'),
         url('../otf/gilroy-extrabold-2.otf') format('opentype'),
         url('../otf/gilroy-extrabold-3.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../otf/gilroy-medium.otf') format('opentype'),
         url('../otf/gilroy-medium-2.otf') format('opentype'),
         url('../otf/gilroy-medium-3.otf') format('opentype'),
         url('../otf/gilroy-medium-4.otf') format('opentype'),
         url('../otf/gilroy-medium-5.otf') format('opentype'),
         url('../otf/gilroy-medium-6.otf') format('opentype'),
         url('../otf/gilroy-medium-7.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../otf/gilroy-regular.otf') format('opentype'),
         url('../otf/gilroy-regular-2.otf') format('opentype'),
         url('../otf/gilroy-regular-3.otf') format('opentype'),
         url('../otf/gilroy-regular-4.otf') format('opentype'),
         url('../otf/gilroy-regular-5.otf') format('opentype'),
         url('../otf/gilroy-regular-6.otf') format('opentype'),
         url('../otf/gilroy-regular-7.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Semibold';
    src: url('../otf/gilroy-semibold.otf') format('opentype'),
         url('../otf/gilroy-semibold-2.otf') format('opentype'),
         url('../otf/gilroy-semibold-3.otf') format('opentype'),
         url('../otf/gilroy-semibold-4.otf') format('opentype'),
         url('../otf/gilroy-semibold-5.otf') format('opentype'),
         url('../otf/gilroy-semibold-6.otf') format('opentype'),
         url('../otf/gilroy-semibold-7.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
