/*
Theme Name: HgkooPets Shell
Theme URI: https://hgkoo.store/
Author: HgkooPets
Description: Minimal WordPress shell for HgkooPets policy, account and cart pages. The public landing page is served independently.
Version: 1.0.0
Text Domain: hgkoopets-shell
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #172033;
  font-family: Inter, Arial, sans-serif;
}

a {
  color: inherit;
}

.wp-site-main {
  min-height: 48vh;
}

.wp-page-content {
  width: 100%;
}

.wp-page-content > *:first-child {
  margin-top: 0;
}

