@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


div, span:not(.fa), applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i:not(.fa), center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Inter', sans-serif!important;
  }


  .custom-header-robri {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: #007e44;
    color: white;
    line-height: 30px;
    font-size: 15px;
  }

  .custom-header-robri a {
    color: white;
    text-transform: uppercase;
  }


  .navbar-default .navbar-nav > li > a {
    color: #000E08;
    text-transform: uppercase;
  }
  
  .fa {
    font-family: FontAwesome!important;  
  }
