/* Font declarations */
.font-declaration(@fileName, @relativePath: '../fonts/') {
    font-style: normal;
    font-weight: normal;
    src: 
         url('@{relativePath}@{fileName}.woff') format('woff'),
         url('@{relativePath}@{fileName}.svg') format('svg'); 
}
