@font-face {
  font-family: 'PT Sans';
  src: url("fonts/PTSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; 
}
@font-face {
  font-family: 'PT Sans';
  src: url("fonts/PTSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; 
}
@font-face {
  font-family: 'Gabriola';
  src: url("fonts/Gabriola.ttf");
  font-weight: 500;
  font-style: normal; 
}
@font-face {
  font-family: "Myriad";
  src:url("fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; 
}
@font-face {
  font-family: "Myriad";
  src:url("fonts/MyriadPro-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal; 
}
@font-face {
  font-family: "Myriad";
  src:url("fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; 
}
@font-face {
  font-family: "MyriadCon";
  src:url("fonts/MyriadPro-Cond.otf") format("opentype");
  font-weight: 400;
  font-style: normal; 
}
@font-face {
  font-family: "MyriadCon";
  src:url("fonts/MyriadPro-BoldCond.otf") format("opentype");
  font-weight: 600;
  font-style: normal; 
}