feat: primary color from tailwind
This commit is contained in:
+18
-1
@@ -1,7 +1,24 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); */
|
||||
|
||||
|
||||
|
||||
@theme {
|
||||
--color-primary-50: #f0f1ff;
|
||||
--color-primary-100: #e4e6ff;
|
||||
--color-primary-200: #c3c7ff;
|
||||
--color-primary-300: #a8b1ff;
|
||||
--color-primary-400: #8d9aff;
|
||||
--color-primary-500: #727dfd;
|
||||
--color-primary-600: #5d68e0;
|
||||
--color-primary-700: #4853c4;
|
||||
--color-primary-800: #343ea8;
|
||||
--color-primary-900: #1f298;
|
||||
}
|
||||
|
||||
/* Dana Font Faces */
|
||||
@font-face {
|
||||
font-family: 'Dana';
|
||||
|
||||
Reference in New Issue
Block a user