﻿/* =========================
   RESET / BASE
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: var(--ps-bg);
  color: var(--ps-text);
  font-family: var(--ps-font-sans);
  font-size: var(--ps-type-body);
  line-height: var(--ps-line-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.ps-drawer-open,
body.ps-info-open {
  overflow: hidden !important;
}

#wpadminbar {
  display: none !important;
}

html[style],
body.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  font-family: var(--ps-font-sans);
  color: inherit;
}

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

picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

input,
select,
textarea {
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

p,
ul,
ol,
dl,
blockquote,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--ps-font-sans);
  font-weight: 600;
  color: var(--ps-text);
}
