30 lines
842 B
Plaintext
30 lines
842 B
Plaintext
@font-display: "CastorTwoMGNE", "Palatino Linotype", serif;
|
|
@font-body: "LoraMGNE", "Book Antiqua", serif;
|
|
@page-bg-url: "../assets/ui/page_background.webp";
|
|
|
|
@bg-void: #13100f;
|
|
@bg-char: #1b1512;
|
|
@bg-panel: rgba(41, 30, 24, 0.88);
|
|
@bg-panel-soft: rgba(64, 47, 37, 0.66);
|
|
@bg-input: rgba(17, 12, 10, 0.72);
|
|
@parchment: #ccb292;
|
|
@bone: #ab8b68;
|
|
@dust: #a68e78;
|
|
@ash: #958068;
|
|
@label-ink: #a67054;
|
|
@label-soft: #b1856c;
|
|
@iron: #a08878;
|
|
@copper: #b49c73;
|
|
@verdigris: #4f7d73;
|
|
@ember: #d87a4f;
|
|
@ember-bright: #e89a5f;
|
|
@blood: #e85a50;
|
|
@gold-acid: #c49a45;
|
|
@shadow-heavy: 0 14px 30px rgba(0, 0, 0, 0.36);
|
|
@shadow-inset: inset 0 1px 0 rgba(255, 236, 203, 0.08), inset 0 0 0 1px rgba(255, 236, 203, 0.03);
|
|
@border-main: 1px solid fade(@bone, 34%);
|
|
@border-strong: 1px solid fade(@gold-acid, 45%);
|
|
@radius-sm: 6px;
|
|
@radius-md: 8px;
|
|
@radius-lg: 12px;
|