/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2020 Colophon Foundry
 *
 * Licenced to Adib Toriq 
 */

@font-face {
    font-family: 'SignifyRelative-Book';
    src: url('SignifyRelative-Book.eot');
    src: url('SignifyRelative-Book.eot?#iefix') format('embedded-opentype'),
         url('SignifyRelative-Book.woff2') format('woff2'),
         url('SignifyRelative-Book.woff') format('woff'),
         url('SignifyRelative-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'SignifyRelative-Book';
}