File size: 494 Bytes
da90d9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import "tailwindcss";

@theme {
  --color-brand-primary: #000000;
  --color-brand-secondary: #f5f5f7;
  --color-brand-border: #e5e7eb;
  --color-brand-accent: #2563eb;
}

@layer base {
  body {
    @apply bg-white text-zinc-900 antialiased;
  }
}@import "tailwindcss";

@theme {
  --color-brand-primary: #000000;
  --color-brand-secondary: #f5f5f7;
  --color-brand-border: #e5e7eb;
  --color-brand-accent: #2563eb;
}

@layer base {
  body {
    @apply bg-white text-zinc-900 antialiased;
  }
}