/* Global theme styles */
:root {
  --global-font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --depilart-slogan-font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --wp--preset--color--primary: #614d76;
  --wp--preset--color--secondary: #b7bcba;
  --wp--preset--color--contrast: #111111;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  font-family: var(--global-font-family);
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--global-font-family);
  color: #111111;
  background: #ffffff;
  line-height: 1.5;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.depilart-slogan,
[class*="__slogan"] {
  font-family: var(--depilart-slogan-font-family);
  font-weight: 600;
  line-height: 1.05;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.depilart-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.depilart-placeholder {
  display: grid;
  min-height: 160px;
  margin: 24px 0;
  padding: 32px;
  place-items: center;
  color: #111111;
  background: #f7f7f8;
  border: 1px solid #ececef;
  border-radius: 8px;
}

.depilart-placeholder h2,
.depilart-placeholder h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
}

.depilart-content {
  margin: 48px 0;
}

.depilart-post {
  padding: 24px 0;
  border-top: 1px solid #ececef;
}

.depilart-post__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.depilart-footer {
  margin-top: 48px;
  padding: 32px 16px;
  color: #ffffff;
  text-align: center;
  background: #111111;
}

.depilart-footer p {
  margin: 0;
}

.depilart-page-main {
  padding-top: 40px;
  padding-bottom: 56px;
}

.depilart-page {
  width: min(920px, 100%);
  margin: 0 auto;
}

.depilart-page__header {
  margin-bottom: 24px;
}

.depilart-page__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.depilart-page__content > *:first-child {
  margin-top: 0;
}

.depilart-page__content > *:last-child {
  margin-bottom: 0;
}
