@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-heading: 'Montserrat', 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html,
body {
  font-family: var(--font-body) !important;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
li,
a,
span,
input,
textarea,
button,
label,
.nk-subtitle,
.nk-post-text {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.nk-title,
.nk-post-title,
.formation-title {
  font-family: var(--font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em;
}

.nk-subtitle {
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
}

.nk-subtitle-2,
.formation-meta,
.portfolio-item-category {
  font-family: var(--font-heading) !important;
  font-weight: 300 !important;
  letter-spacing: 0.12em;
}
