routing
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
:root {
|
||||
--cta-glow: 0 0 0 0 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "IBM Plex Sans", sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: "Cormorant Garamond", serif;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
button[type='submit'] {
|
||||
box-shadow: var(--cta-glow);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user