/*
Theme Name: Hello Elementor Child — Outline
Theme URI: https://outlinemiyao.com/
Description: Minimal child theme for the imported Elementor Merchandise Shop kit.
Author: Outline
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-outline
*/

:root {
  --outline-ink: #102b21;
  --outline-muted: #62746d;
  --outline-accent: #13d8c8;
  --outline-line: #dce8e4;
  --outline-soft: #f3f8f6;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
  color: var(--outline-ink);
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

h1,
h2,
.elementor-widget-animated-headline,
.elementor-widget-theme-archive-title {
  font-family: "Times New Roman", Times, "Noto Sans SC", "Microsoft YaHei", "PingFang SC", serif;
}

button,
input,
select,
textarea,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  h1,
  .elementor-heading-title {
    overflow-wrap: anywhere;
  }
}
