@import "tailwindcss/base"; | |
@import "tailwindcss/components"; | |
@import "tailwindcss/utilities"; | |
/* This file is for your main application CSS */ | |
@font-face { | |
font-family: "Poppins"; | |
src: url("/fonts/poppins/Poppins-Regular.ttf"); | |
font-weight: 400; | |
} | |
@font-face { | |
font-family: "Poppins"; | |
src: url("/fonts/poppins/Poppins-Medium.ttf"); | |
font-weight: 500; | |
} | |
@font-face { | |
font-family: "Poppins"; | |
src: url("/fonts/poppins/Poppins-SemiBold.ttf"); | |
font-weight: 600; | |
} | |
@font-face { | |
font-family: "Space Grotesk"; | |
src: url("/fonts/space_grotesk/SpaceGrotesk-VariableFont_wght.ttf"); | |
font-weight: 300 700; | |
} | |