

    /*  FONTS
        ------------------------------------------------------------------------------ */
    @font-face {
        font-family: 'Playfair';
        src: url('../../fonts/playfairdisplay-regular-webfont.eot');
        src: url('../../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('../../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
             url('../../fonts/playfairdisplay-regular-webfont.woff') format('woff'),
             url('../../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
             url('../../fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }