/*
    Load fonts in this file using @font-face
    Example:
        @font-face {
           font-family: 'FontName';
           src: url('FontName.eot');
           src: url('FontName.eot?#iefix') format('embedded-opentype'),
                 url('FontName.woff2') format('woff2'),
                 url('FontName.woff') format('woff'),
                 url('FontName.ttf') format('truetype');
            font-style: normal;
            font-weight: 400;
        }

    Font Weights:
        100 - Thin
        200 - Extra Light (Ultra Light)
        300 - Light
        400 - Normal
        500 - Medium
        600 - Semi Bold (Demi Bold)
        700 - Bold
        800 - Extra Bold (Ultra Bold)
        900 - Black (Heavy)
*/

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


/* Akkurat-Italic */
@font-face {
    font-family: "Akkurat";
    src:url("lineto-akkurat-italic.eot");
    src:url("lineto-akkurat-italic.eot?#iefix") format("embedded-opentype"),
        url("lineto-akkurat-italic.woff2") format("woff2"),
        url("lineto-akkurat-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

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

/* Akkurat-Bold-Italic */
@font-face {
    font-family: "Akkurat";
    src:url("lineto-akkurat-bolditalic.eot");
    src:url("lineto-akkurat-bolditalic.eot?#iefix") format("embedded-opentype"),
        url("lineto-akkurat-bolditalic.woff2") format("woff2"),
        url("lineto-akkurat-bolditalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}