/*
Theme Name: MISSBAG Luxury
Theme URI: https://missbag.com/
Author: MISSBAG
Description: MISSBAG 高端二奢精品、回收寄卖、专业鉴定与鉴定课程官方网站主题。
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: missbag-luxury
*/

html {
  scroll-behavior: smooth;
}

/* English typography follows the restrained, neutral sans-serif reference. */
html[lang="en"] body.missbag-wordpress-theme,
html[lang="en"] body.missbag-wordpress-theme :where(
  h1, h2, h3, h4, h5, h6,
  p, a, span, strong, small,
  button, input, select, textarea,
  label, dt, dd
) {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

html[lang="en"] body.missbag-wordpress-theme {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

body.admin-bar .nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .nav {
    top: 46px;
  }
}
