/*

Theme Name: E2 Environmental fonts
Description: E2 Environmental Consulting Civil Engineers fonts
Author: Wired
Author URI: http://www.wired.co.nz
version: 1.0

*/

@charset "UTF-8";

@font-face {
    font-family: 'ApexNew';
    src: url('../fonts/ApexNew-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew';
    src: url('../fonts/ApexNew-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew';
    src: url('../fonts/ApexNew-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew';
    src: url('../fonts/ApexNew-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew';
    src: url('../fonts/ApexNew-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew';
    src: url('../fonts/ApexNew-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}



body {
    font-family: 'ApexNew', Arial, sans-serif;
}

