37 lines
933 B
Plaintext
37 lines
933 B
Plaintext
// Variables for Hawkmoon system
|
|
|
|
// =================== Fonts ===================
|
|
@font-family-base: Montserrat;
|
|
@font-family-decorative: Pfeffer;
|
|
|
|
// =================== Colors ===================
|
|
@color-primary: #4a0404;
|
|
@color-secondary: #403f3e;
|
|
@color-text-light: #f5f5f5;
|
|
@color-text-dark: #464331c4;
|
|
@color-border: #7a7971;
|
|
@color-background: #fff;
|
|
|
|
// =================== Sizes ===================
|
|
@font-size-small: 0.8rem;
|
|
@font-size-base: 0.9rem;
|
|
@font-size-medium: 0.95rem;
|
|
@font-size-large: 1rem;
|
|
|
|
@spacing-small: 2px;
|
|
@spacing-base: 4px;
|
|
@spacing-medium: 8px;
|
|
@spacing-large: 12px;
|
|
|
|
// =================== Form Elements ===================
|
|
@input-padding: 2px 4px;
|
|
@input-border-radius: 3px;
|
|
@input-border: 1px solid @color-border;
|
|
|
|
// =================== Buttons ===================
|
|
@button-padding: 4px 8px;
|
|
@button-border-radius: 3px;
|
|
|
|
// =================== Windows ===================
|
|
@window-header-height: 28px;
|