/*
Theme Name: Leader White
Theme URI: https://leaderwhites.com
Author: Leader Whites
Description: Custom premium theme for Leader Whites shirts.
Version: 1.0
Text Domain: leaderwhite
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f1d18;
  background: #f9f4ec;
  line-height: 1.5;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

.page-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px;
}