/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
h1, h2, h3 {
  font-family: 'Manrope', 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

h4, h5, h6, .subheading {
  font-family: 'Manrope', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media (min-width: 993px) {
  div[data-device="mobile"] {
    display: block !important;
  }
  div[data-device="desktop"] {
    display: none !important;
  }
  div[data-device="mobile"] .ct-container {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}