/* Outfit v15 — self-hosted (latin subset) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('outfit-v15-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('outfit-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('outfit-v15-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('outfit-v15-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('outfit-v15-latin-700.woff2') format('woff2');
}

:root {
  --evrycard-site-font: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html, body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, button, label,
input, select, textarea,
th, td,
.entry-title, .page-title,
.elementor-heading-title,
.elementor-widget-container,
[class*="elementor-heading"],
[class*="elementor-widget"] {
  font-family: var(--evrycard-site-font) !important;
}

/* Preserve icon and mono fonts */
i, .fa, [class^="fa-"], [class*=" fa-"],
[class^="icon-"], [class*=" icon-"],
.material-icons, .dashicons, .eicon,
code, pre, kbd, samp, tt {
  font-family: revert !important;
}

