/*
Theme Name: PetDeal Theme
Theme URI: https://petdeal.kr
Author: Petdeal
Author URI: https://petdeal.kr
Description: petdeal.kr WordPress theme aligned to pet-deal-design reference.
Version: 1.5.1-brand-chart-schedule
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: petdeal-theme
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button,
a {
  color: inherit;
}

a {
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 12px;
  padding: 10px 14px;
  background: #fff;
  color: #111827;
  border-radius: 999px;
  z-index: 9999;
}
