/** 
    Sorry to Bother You
    - http://sorrytobotheryou.movie
    - @sorry2botheryou

    DESIGNER: Public Library
    - http://public-library.org
    - @public_library_

    DEVELOPER: John Robson
    - http://john.digital
    - @notjohnrobson
 **//*
    Load fonts in this file using @font-face
    Example:
        @font-face {
           font-family: 'FontName';
           src: url('FontName.eot');
           src: url('FontName.eot?#iefix') format('embedded-opentype'),
                 url('FontName.woff2') format('woff2'),
                 url('FontName.woff') format('woff'),
                 url('FontName.ttf') format('truetype');
            font-style: normal;
            font-weight: 400;
        }

    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)
*/

/* STBY */
@font-face {
    font-family: 'STBY';
    src: url('STBY-Regular.eot');
    src: url('STBY-Regular.eot?#iefix') format('embedded-opentype'),
        url('STBY-Regular.woff2') format('woff2'),
        url('STBY-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

/* Futura Std */
@font-face {
    font-family: 'Futura Std';
    src: url('FuturaStd-Heavy.eot');
    src: url('FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('FuturaStd-Heavy.woff2') format('woff2'),
        url('FuturaStd-Heavy.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}
