/* 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;
}

body {
	font-family:"latoregular", "Tahoma";
}
input, select, button {
	font-family: "latoregular", "Century Gothic", Tahoma, Helvetica, Arial;
}