/* :: 1.0 Import Fonts */
@font-face {
    font-family: 'AmharicFont';
	src: url('../fonts/Meaza.ttf');
}

*, body {
  font-family: "AmharicFont"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "AmharicFont"; }

p {
  font-family: "AmharicFont"; }

a, a:hover, a:focus {
  font-family: "AmharicFont"; }
