File size: 280 Bytes
b273c57
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
@import "tailwindcss";

@theme {
  --font-sans: "Iransans", "Inter", ui-sans-serif, system-ui, sans-serif;
  
  --color-brand-blue-dark: #001a5c;
  --color-brand-blue: #0f172a;
  --color-brand-blue-light: #1e293b;
  --color-brand-gold: #d3b574;
  --color-brand-yellow: #f0c96a;
}