/* FONTS */

@font-face {
  font-family: "Trebuchet";
  src:
    local("Trebuchet"),
    url("fonts/Trebuchet\ MS.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: "Trebuchet";
  src:
    local("Trebuchet"),
    url("fonts/Trebuchet\ MS\ Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/**********************************************/




/* ENDE FONTS */