@font-face {
    font-family: 'Nunito';
    src: url("../fonte/Nunito-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nunito';
    src: url("../fonte/Nunito-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nunito';
    src: url("../fonte/Nunito-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nunito';
    src: url("../fonte/Nunito-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nunito';
    src: url("../fonte/Nunito-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Nunito';
    src: url("../fonte/Nunito-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
  }