/* Webfont: Breathing Regular */
@font-face {
    font-family: 'Breathing';
    src: url('breathing.woff') format('woff'), /* Modern Browsers */
         url('breathing.woff2') format('woff2'), /* Modern Browsers */
         url('breathing.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('breathing.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

