/* Kuskuskuy Font Fix v1.0.0
   Plus Jakarta Sans is loaded once from Google Fonts by the layouts.
   This file only normalizes typography and intentionally contains no copied @font-face dump. */

:root {
  --kky-font: "Plus Jakarta Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select,
option {
  font-family: var(--kky-font);
}

body {
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.brand strong,
.admin-brand strong,
nav,
.admin-nav,
.mobile-nav,
.menu {
  font-weight: 600;
}

button,
.admin-button,
.product-title,
.product-body h3,
.category-chip-copy strong {
  font-weight: 700;
}

h1,
h2,
.detail-price,
.product-price-row strong,
.payment-total-value {
  font-weight: 800;
}
