@tailwind base;
@tailwind components;
@tailwind utilities;

html,
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Ubuntu', 'Cantarell',
    'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

.nav-active {
  color: #bca46c;
}

.sign-up-btn {
  background: linear-gradient(to right, #bca46c, #fff, #bca46c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-header {
  font-size: 64px;
  position: relative;
  text-align: center;
  line-height: 4rem !important;
}

.highlight-header::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 3px;
  background: #bca46c;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
