@font-face {
  font-family: 'Myriad Pro Light';
  src: url('./fonts/MyriadPro-Light.woff2') format("woff2");
}

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 300;
  src: url('./fonts/MyriadPro-Light.woff2') format("woff2");
}

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

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

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 800;
  src: url('./fonts/MyriadPro-Bold.woff2') format("woff2");
}


