/*
Theme Name: 팔림살림
Theme URI: https://pallimsalim.com
Author: Pallimsalim Team
Author URI: https://pallimsalim.com
Description: Request-based 1:1 real estate service theme for Pallimsalim
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pallimsalim
*/

/* Basic reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --body-font-family: 'Pretendard', 'SF Pro Text', 'SF Pro KR', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Segoe UI', sans-serif;
  --heading-font-family: 'Pretendard', 'SF Pro Display', 'SF Pro KR', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Segoe UI', sans-serif;
}

html,
body,
#root,
#root * {
  font-family: var(--body-font-family, 'Pretendard', 'SF Pro Text', 'SF Pro KR', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Segoe UI', sans-serif) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
#root h1,
#root h2,
#root h3,
#root h4,
#root h5,
#root h6 {
  font-family: var(--heading-font-family, 'Pretendard', 'SF Pro Display', 'SF Pro KR', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Segoe UI', sans-serif) !important;
}

#root {
  min-height: 100vh;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: auto !important;
  right: auto !important;
}

#wpadminbar {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: 100% !important;
}
