@font-face {
  font-family: 'Light';
  src: url('../fonts/MyriadPro-Light.otf');
}

@font-face {
  font-family: 'Regular';
  src: url('../fonts/MyriadPro-Regular.otf');
}

@font-face {
  font-family: 'SemiBold';
  src: url('../fonts/MyriadPro-SemiBold.otf');
}

@font-face {
  font-family: 'Bold';
  src: url('../fonts/MyriadPro-Bold.otf');
}