@font-face {
  font-family: 'Kinth Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./archivo-latin-wght-normal.woff2') format('woff2');
}

:root {
  --kinth-font-sans: 'Kinth Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-sans: var(--kinth-font-sans);
  --font-weight-medium: 400;
  --font-weight-semibold: 400;
  --font-weight-bold: 400;
  --font-weight-extrabold: 400;
  --font-weight-black: 400;
}

body {
  font-family: var(--kinth-font-sans);
  font-weight: 400;
  font-kerning: normal;
  font-feature-settings: 'kern', 'liga';
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--kinth-font-sans);
  font-weight: 400;
  text-wrap: balance;
}

button, input, select, textarea { font-family: inherit; }
strong, b { font-weight: inherit; }
