/*
Theme Name: Bordergara JP Prestige
Theme URI: https://jp.bordergara.com/
Author: Bordergara
Description: Thin WordPress theme that hosts the Japanese Bordergara storefront shell while the custom plugin owns Shopify mirror functionality.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: bordergara-jp-prestige
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}
