mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
12 lines
271 B
CSS
12 lines
271 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
|
|
@import "tailwindcss";
|
|
|
|
@theme {
|
|
/* color */
|
|
--color-background: #111111;
|
|
--color-foreground: #bbbbbb;
|
|
|
|
/* font-family */
|
|
--font-raleway: "Raleway";
|
|
}
|