/* Copyright (C) Extensions For Joomla */


@CHARSET "ISO-8859-1";

@font-face {
 font-family: 'latoregular';
    src: url('../../fonts/lato-reg.eot');
    src: url('../../fonts/lato-reg.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/lato-reg.woff') format('woff'),
         url('../../fonts/lato-reg.ttf') format('truetype'),
         url('../../fonts/lato-reg.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"latoregular", "Tahoma";
}