/* Patch: U+021B ț (comma-below) is missing from Sofia Pro Az; map it to the cedilla glyph */
@font-face { font-family: "Sofia Pro"; font-style: normal;  font-weight: 200; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-UltraLight-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: italic;  font-weight: 200; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-UltraLight-Italic-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: normal;  font-weight: 300; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Light-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: italic;  font-weight: 300; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Light-Italic-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: normal;  font-weight: 400; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Regular-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: italic;  font-weight: 400; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Regular-Italic-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: normal;  font-weight: 500; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Medium-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: italic;  font-weight: 500; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Medium-Italic-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: normal;  font-weight: 700; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Bold-Az-patch.otf") format("opentype"); font-display: swap; }
@font-face { font-family: "Sofia Pro"; font-style: italic;  font-weight: 700; unicode-range: U+021B; src: url("../fonts/Sofia-Pro-Bold-Italic-Az-patch.otf") format("opentype"); font-display: swap; }

@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Sofia-Pro-UltraLight-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Sofia-Pro-UltraLight-Italic-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Sofia-Pro-Light-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Sofia-Pro-Light-Italic-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Sofia-Pro-Regular-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Sofia-Pro-Regular-Italic-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Sofia-Pro-Medium-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Sofia-Pro-Medium-Italic-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Sofia-Pro-Bold-Az.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Sofia-Pro-Bold-Italic-Az.otf") format("opentype");
  font-display: swap;
}

:root {
  --armist-hair: 1.4px;
  --armist-ease: cubic-bezier(.7, 0, .2, 1);
}

* {
  box-sizing: border-box;
}

button,
a {
  font: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--grey-dark);
  font-family: var(--wp--preset--font-family--sofia-pro);
  -webkit-font-smoothing: antialiased;
}

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

a {
  transition: color .2s var(--armist-ease), opacity .2s var(--armist-ease);
}

