/*
 * Final storefront typography foundation.
 *
 * Keep icon and symbol families component-owned. This file targets only the
 * general text cascade and the Porto variables that feed it.
 */

:root {
  --porto-body-ff: "Jost", Arial, sans-serif;
  --porto-body-fs: 15px;
  --porto-body-fw: 400;
  --porto-body-lh: 26px;
  --porto-body-color: #000;
  --porto-heading-color: #000;
}

body {
  color: #000;
  font-family: "Jost", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

button,
input,
select,
textarea,
.tooltip,
.popover,
.page-header-8 li a {
  font-family: "Jost", Arial, sans-serif;
}
