@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, li, a {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, .Header__brandName, .Header__tabsLink {
  text-transform: uppercase;
}

.Header__brandName {
  font-size: 18px !important;
}

.Header__tabsLink {
  font-size: 14px !important;
}

.BreadCrumbs__breadcrumbs {margin-bottom: 8px;}

.Header__brandFlexible .Header__brandName {
    font-size: 16px !Important;
}

img.Header__brandLogoImg, .Header__brandFlexible .Header__brandLogo{
    max-width: none;    
}

.Icon__midMedium, .KBArticleDetailLeftContainer__pdfView, .CommonStyle__disInlineFlex {
   display:none !important;
} /* Nasconde icona Download PDF - Temp */

.TicketFilterPopup__active, .TicketFilterPopup__active:hover, .Icon__red1, .InfoContainer__overDue, .NoContent__errorTitle, .ImagePopup__navIcon > ul > li:nth-of-type(2), .ErrorPage__errorTitle, .ErrorPage__successTitle {
    color: #f16f24; 
}

.Radio__radioButton [type=radio]:checked+.Radio__radioLabel {
     background-color: #f16f24;
     border-bottom-color:  #a34813; 
}

.SearchResultList__searchResultCardTitle {
    font-size: 1.3em;
}

.Article__articleContent a {
    text-decoration: underline;
}

.Article__articleContent a:hover {
    text-decoration: none;
}
