@charset "UTF-8";

@font-face {
    font-family: 'Graphik LC Web Medium';
    src: url("/project/fonts/graphiklc/GraphikLC-Medium-Web.eot");
    src: url("/project/fonts/graphiklc/GraphikLC-Medium-Web.eot?#iefix") format("embedded-opentype"),
    url("/project/fonts/graphiklc/GraphikLC-Medium-Web.woff2") format("woff2"),
    url("/project/fonts/graphiklc/GraphikLC-Medium-Web.woff") format("woff"),
    url("/project/fonts/graphiklc/GraphikLC-Medium-Web.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik LC Web Regular';
    src: url("/project/fonts/graphiklc/GraphikLC-Regular-Web.eot");
    src: url("/project/fonts/graphiklc/GraphikLC-Regular-Web.eot?#iefix") format("embedded-opentype"),
    url("/project/fonts/graphiklc/GraphikLC-Regular-Web.woff2") format("woff2"),
    url("/project/fonts/graphiklc/GraphikLC-Regular-Web.woff") format("woff"),
    url("/project/fonts/graphiklc/GraphikLC-Regular-Web.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;                             
    font-stretch: normal;                                                            
}

@font-face {
    font-family: 'Graphik LC Web Black';
    src: url("/project/fonts/graphiklc/GraphikLC-Black-Web.eot");
    src: url("/project/fonts/graphiklc/GraphikLC-Black-Web.eot?#iefix") format("embedded-opentype"),
    url("/project/fonts/graphiklc/GraphikLC-Black-Web.woff2") format("woff2"),
    url("/project/fonts/graphiklc/GraphikLC-Black-Web.woff") format("woff"),
    url("/project/fonts/graphiklc/GraphikLC-Black-Web.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}