13 lines
285 B
CSS
13 lines
285 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/forms";
|
|
@source not "../../public";
|
|
@theme {
|
|
--font-sans: InterVariable, sans-serif;
|
|
--font-sans--font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
|
}
|
|
@import "./css/swiper.css";
|
|
|
|
/* body {
|
|
background-color: lightgray;
|
|
} */
|