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

@import './components/navbar.css';
@import './components/hero.css';
@import './components/about.css';
@import './components/howto.css';
@import './components/friends.css';
@import './components/perks.css';
@import './components/banner.css';
@import './components/download.css';
@import './components/footer.css';
@import './components/legal.css';

/* Fonts */
@font-face {
  font-family: 'Phonk';
  src: url('../assets/fonts/Phonk Regular DEMO.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HankenGrotesk';
  src: url('../assets/fonts/HankenGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HankenGrotesk';
  src: url('../assets/fonts/HankenGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HankenGrotesk';
  src: url('../assets/fonts/HankenGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HankenGrotesk';
  src: url('../assets/fonts/HankenGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HankenGrotesk';
  src: url('../assets/fonts/HankenGrotesk-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'HankenGrotesk';
  src: url('../assets/fonts/HankenGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Base */
body {
  font-family: 'HankenGrotesk', sans-serif;
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Icons */
i[data-lucide] {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  stroke-width: 2.5;
}