h1, h2.product {
    font-family: 'Aero' !important;
}
h2, h3,h4 {
    font-family: 'Tahoma' !important;
}

@font-face {
    font-family: Aero;
    src:  url('../font/Aero.ttf');
  }

@font-face {
    font-family: Tahoma;
    src:  url('../font/tahoma.ttf');
  }

.has-background-warning {
    background-color: #1E0F49 !important;
}