/* 
---
TYPOGRAPHY 
---

This document contents all typographies.
*/

/* =========== Source Sans Pro */

        /* source-sans-pro-300 - latin */

        @font-face {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 300;
            src: url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff');
        }

        /* source-sans-pro-regular - latin */

        @font-face {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 400;
            src: url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff');
            /* Legacy iOS */
        }

        /* source-sans-pro-600 - latin */

        @font-face {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 600;
            src: url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff');
        }

        /* source-sans-pro-700 - latin */

        @font-face {
            font-family: 'Source Sans Pro';
            font-style: normal;
            font-weight: 700;
            src: url('../fonts/source-sans-pro-v11-latin-700.woff') format('woff');
        }