/* Local replacement for the original Google-hosted Inter font. */
@font-face {
  font-family: 'WT Inter Local';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-variable.woff2') format('woff2');
}

body.wsc-local-font-enabled,
body.wsc-local-font-enabled button,
body.wsc-local-font-enabled input,
body.wsc-local-font-enabled select,
body.wsc-local-font-enabled textarea,
body.wsc-local-font-enabled .ct-header,
body.wsc-local-font-enabled .ct-sidebar,
body.wsc-local-font-enabled .entry-content,
body.wsc-local-font-enabled .wp-block-button__link,
body.wsc-local-font-enabled .wtt-page,
body.wsc-local-font-enabled .wsc-site-footer {
  font-family: var(--wsc-local-font-family) !important;
}

body.wsc-local-font-enabled h1,
body.wsc-local-font-enabled h2,
body.wsc-local-font-enabled h3,
body.wsc-local-font-enabled h4,
body.wsc-local-font-enabled h5,
body.wsc-local-font-enabled h6,
body.wsc-local-font-enabled .entry-title,
body.wsc-local-font-enabled .page-title {
  font-family: var(--wsc-local-font-family) !important;
}
