@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap");

:root{
  --bs-primary:#E7B84B;
  --bs-primary-dark:#C49A32;
  --bs-primary-light:#F3D78A;
  --bs-primary-rgb:231,184,75;
  --bs-primary-dark-rgb:196,154,50;
  --bs-primary-light-rgb:243,215,138;
  --bs-success:#28D7C0;
  --bs-success-rgb:40,215,192;
  --bs-background:#07131D;
  --bs-background-dark:#07131D;
  --bs-background-rgb:7,19,29;
  --bs-background-dark-rgb:7,19,29;
  --bs-title:#E9F1ED;
  --bs-title-rgb:233,241,237;
  --bs-content:#9FB2BD;
  --bs-content-rgb:159,178,189;
  --bs-muted:#9FB2BD;
  --bs-gray-800:#102A3A;
  --bs-gray-900:#07131D;
}

html,body,.nk-body{
  font-family:"Manrope",system-ui,sans-serif;
}

h1,h2,h3,.nk-hero h1,.text-gradient-heading{
  font-family:"Cormorant Garamond",Georgia,serif;
  letter-spacing:-0.02em;
}

.nk-logo img{
  height:44px;
  width:auto;
}

.btn-title,
.btn-primary,
.btn-text-primary{
  letter-spacing:.06em;
}
