@font-face {
  font-family: "Nobile";
  src:  url('../fonts/Nobile/Nobile-Regular.woff2') format('woff2'),
        url('../fonts/Nobile/Nobile-Regular.woff') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: "Nobile";
  src:  url('../fonts/Nobile/Nobile-Medium.woff2') format('woff2'),
        url('../fonts/Nobile/Nobile-Medium.woff') format('woff');
  font-weight: 600;
}
@font-face {
  font-family: "Nobile";
  src:  url('../fonts/Nobile/Nobile-Bold.woff2') format('woff2'),
        url('../fonts/Nobile/Nobile-Bold.woff') format('woff');
  font-weight: 900;
}
@font-face {
  font-family: "Arial";
  src:  url('../fonts/Arial/Arial.woff2') format('woff2'),
        url('../fonts/Arial/Arial.woff') format('woff');
  font-weight: 100;
}
@font-face {
  font-family: "Arial";
  src:  url('../fonts/Arial/Arial-Bold.woff2') format('woff2'),
        url('../fonts/Arial/Arial-Bold.woff') format('woff');
  font-weight: 700;
}