/* Colors */
:root {
  --color-primary: #FAB3A9;
}

@media all and (min-width:768px) and (max-width:1280px) {
  .header .logo h1 span.mobile_hide {
    font-size : 16px;
  }
  .header .logo h1 {
    font-size: 20px;
  }
}