/**
 * Fonts

@font-face { font-family: AkkuratStd; src: url('AkkuratStd.otf'); }
@font-face { font-family: AkkuratStdBold; src: url('AkkuratStd-bold.otf'); }
*/

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains:
 * xaia.com
 * xaia.de
 * xaia.at
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2012
 */

@font-face {
    font-family: 'AkkuratStd';
    src: url('fonts/lineto-akkurat-regular.eot');
    src: url('fonts/lineto-akkurat-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-regular.woff') format('woff'),
         url('fonts/lineto-akkurat-regular.ttf') format('truetype'),
         url('fonts/lineto-akkurat-regular.svg#AkkuratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AkkuratStd';
    src: url('fonts/lineto-akkurat-bold.eot');
    src: url('fonts/lineto-akkurat-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-akkurat-bold.woff') format('woff'),
         url('fonts/lineto-akkurat-bold.ttf') format('truetype'),
         url('fonts/lineto-akkurat-bold.svg#AkkuratBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'AkkuratStd';
	src: url('fonts/lineto-akkurat-italic.eot');
	src: url('fonts/lineto-akkurat-italic.eot?#iefix') format('embedded-opentype'),
	url('fonts/lineto-akkurat-italic.woff') format('woff'),
	url('fonts/lineto-akkurat-italic.ttf') format('truetype'),
	url('fonts/lineto-akkurat-italic.svg#AkkuratItalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

