* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
}

@import "tailwindcss";

.font-manrope {
  font-family: 'Manrope', sans-serif;
}
