/*
Theme Name: toyotomi theme
*/

:root {
  --theme-color: var(--blue);
  --theme-gradation: var(--blue_gd);
}

@media screen and (max-width: 991.98px) {
  .header-content .header-content__inner img {
    height: 30px;
  }
}
