/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * wysslaw.ch
 *
 * 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, 2016
 */

@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-light.eot");
    src:url("fonts/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-light.woff2") format("woff2"),
        url("fonts/lineto-akkurat-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Akkurat";
    src:url("fonts/lineto-akkurat-bold.eot");
    src:url("fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-akkurat-bold.woff2") format("woff2"),
        url("fonts/lineto-akkurat-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

