﻿/*FONT SIZE MIXIN */
/* BREAKPOINTS MIXIN */
/* DEVICES BREAKPOINTS */
/* Include here fonts that you want to use globally using the font-face. */
/*
@font-face {
    font-family: 'DIN-Light';
    src: url('/fonts/dinl.eot');
    src: url('/fonts/dinl.eot?#iefix') format('embedded-opentype'), url('/fonts/dinl.woff') format('woff'), url('/fonts/dinl.ttf') format('truetype'), url('/fonts/dinl.svg#dinl') format('svg');
    font-weight: normal;
    font-style: normal;
}
$Din: DIN-Light;
*/

