@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/Myriad-Pro/Myriad-Pro-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/Myriad-Pro/Myriad-Pro-Semibold.woff2") format("woff2");
}

body {
  margin: 0;

  font-family: "Myriad Pro", Arial, sans-serif;
  line-height: 1.4;
  text-rendering: optimizelegibility;
}
