﻿/* Tipografia local (sem CDN): ambientes que só permitem circuito.caracore.com.br */

:root {
  --cc-font-heading: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --cc-font-body: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --cc-font-mono: ui-monospace, "Cascadia Code", "Consolas", "Courier New", monospace;
}

:where(body) {
  font-family: var(--cc-font-body);
  line-height: 1.5;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--cc-font-heading);
  letter-spacing: 0.01em;
}

:where(button, input, select, textarea, .btn) {
  font-family: var(--cc-font-body);
}

:where(code, kbd, pre, samp) {
  font-family: var(--cc-font-mono);
}
