/*
    Font Weights:
        100 - Thin
        200 - Extra Light (Ultra Light)
        300 - Light
        400 - Normal
        500 - Medium
        600 - Semi Bold (Demi Bold)
        700 - Bold
        800 - Extra Bold (Ultra Bold)
        900 - Black (Heavy)
*/

/* Template */
/*
@font-face {
    font-family: 'Font';
    font-style: normal;
    font-weight: 400;
    src: url('FontUrl.woff') format('woff');
}
*/
@font-face {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 400;
    src: url('Effra-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 700;
    src: url('Effra-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: italic;
    font-weight: 700;
    src: url('Effra-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: italic;
    font-weight: 400;
    src: url('Effra-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 900;
    src: url('EffraHeavy-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: italic;
    font-weight: 900;
    src: url('EffraHeavy-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 300;
    src: url('EffraLight-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: italic;
    font-weight: 300;
    src: url('EffraLight-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: normal;
    font-weight: 500;
    src: url('EffraMedium-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Effra';
    font-style: italic;
    font-weight: 500;
    src: url('EffraMedium-Italic.woff') format('woff');
}

@font-face {
    font-family: 'Atlas';
    font-style: normal;
    font-weight: 400;
    src: url('AtlasGrotesk-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Atlas';
    font-style: italic;
    font-weight: 400;
    src: url('AtlasGrotesk-RegularItalic.woff') format('woff');
}
@font-face {
    font-family: 'Atlas';
    font-style: normal;
    font-weight: 300;
    src: url('AtlasGrotesk-Light.woff') format('woff');
}
@font-face {
    font-family: 'Atlas';
    font-style: italic;
    font-weight: 300;
    src: url('AtlasGrotesk-LightItalic.woff') format('woff');
}
@font-face {
    font-family: 'Atlas';
    font-style: normal;
    font-weight: 700;
    src: url('AtlasGrotesk-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Atlas';
    font-style: italic;
    font-weight: 700;
    src: url('AtlasGrotesk-BoldItalic.woff') format('woff');
}
