/* =========================================================
   KEYSHU LOCAL FONT STACK
   Single local font file: SVN-Gilroy SemiBold
========================================================= */

:root {
  --keyshu-font-main: "SVN-Gilroy", sans-serif;
  --keyshu-font-heading: "SVN-Gilroy", sans-serif;
  --keyshu-font-nav: "SVN-Gilroy", sans-serif;
  --keyshu-font-accent: "SVN-Gilroy", sans-serif;
  --font-main: "SVN-Gilroy", sans-serif;
  --font-main-alt: "SVN-Gilroy", sans-serif;
  --keyshu-weight-body: 400;
  --keyshu-weight-heading: 700;
  --keyshu-weight-nav: 600;
  --keyshu-weight-accent: 600;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
}

*,
*::before,
*::after {
  font-synthesis: none !important;
}

body,
button,
input,
select,
textarea,
.price,
.amount,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
.price ins,
.price del,
.woocommerce-variation-price,
.product-price,
.price-wrapper {
  font-family: var(--keyshu-font-main) !important;
}

body {
  font-weight: var(--keyshu-weight-body) !important;
  line-height: 1.65;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  font-family: var(--keyshu-font-heading) !important;
  font-weight: var(--keyshu-weight-heading);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  font-weight: 800 !important;
  line-height: 1.05;
}

h2 {
  font-weight: 700 !important;
}

h3,
h4 {
  font-weight: 600 !important;
}

h5,
h6,
.section-title span,
.sub-title {
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}

.nav > li > a,
.nav-sidebar > li > a,
.links > li > a,
.top-bar-nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a,
button,
.button,
input[type="submit"],
input[type="button"] {
  font-family: var(--keyshu-font-nav) !important;
  font-weight: var(--keyshu-weight-nav) !important;
  letter-spacing: 0.02em;
}

.alt-font {
  font-family: var(--keyshu-font-accent) !important;
  font-weight: var(--keyshu-weight-accent) !important;
  font-style: italic !important;
  letter-spacing: 0.01em;
}

strong,
b {
  font-weight: 600 !important;
}

@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
