/*
Theme Name: Kariya Theme
Theme URI: https://example.com/kariya
Author: OpticalDesign
Author URI: https://opticaldesignare.jp
Description: Basic WordPress theme structure for Kariya.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kariya
*/

/* Base reset */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

@media (max-width: 768px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 40%;
  }
}
