﻿@charset "UTF-8";
/**
Theme Name: ATOS
Theme URI: https://atos.net/
Author: Atos
Author URI: https://atos.net/
Description: ATOS Theme
Date: 2017-11-21
Version: 1.0
Used in style.css via
    @import url("https://atos.net/fonts.css");
**/

/**********************************************
 *       ___  ___   _  _  _____  ___          *
 *      | __|/ _ \ | \| ||_   _|/ __|         *
 *      | _|| (_) ||  ` |  | |  \__ \         *
 *      |_|  \___/ |_|\_|  |_|  |___/         *
 *                                            *
 * include required Fonts & their properties. *	
 **********************************************/


@font-face {
    font-family: 'Stag Sans Light';
    src: url("wp-content/themes/atos/css/fonts/StagSans-Light-Cy-Web.eot");
    src: local("?"), url("wp-content/themes/atos/css/fonts/StagSans-Light-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Stag Sans Light Italic';
    src: url("wp-content/themes/atos/css/fonts/StagSans-LightItalic-Cy-Web.eot");
    src: local("?"), url("wp-content/themes/atos/css/fonts/StagSans-LightItalic-Cy-Web.woff") format("woff");
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'Stag Sans Book';
    src: url("wp-content/themes/atos/css/fonts/StagSans-Book-Cy-Web.eot");
    src: local("?"), url("wp-content/themes/atos/css/fonts/StagSans-Book-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Stag Sans Medium';
    src: url("wp-content/themes/atos/css/fonts/StagSans-Medium-Cy-Web.eot");
    src: local("?"), url("wp-content/themes/atos/css/fonts/StagSans-Medium-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Stag Sans Semibold';
    src: url("wp-content/themes/atos/css/fonts/StagSans-Semibold-Cy-Web.eot");
    src: local("?"), url("wp-content/themes/atos/css/fonts/StagSans-Semibold-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Stag Light';
    src: url("wp-content/themes/atos/css/fonts/Stag-Light-Cy-Web.eot");
    src: local("?"), url("wp-content/themes/atos/css/fonts/Stag-Light-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Stag Medium';
    src: url("wp-content/themes/atos/css/fonts/Stag-Medium-Cy-Web.eot");
    src: local("?"), url("wp-content/themes/atos/css/fonts/Stag-Medium-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

