mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
20 lines
575 B
Text
Executable file
20 lines
575 B
Text
Executable file
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Cinzel+Decorative:wght@700&family=Montserrat:wght@400;600&display=swap');
|
|
@import './mixin.less';
|
|
|
|
:root {
|
|
--font-title: 'Cinzel Decorative';
|
|
--font-subtitle: 'Cinzel';
|
|
--font-body: 'Montserrat';
|
|
}
|
|
|
|
@font-title: ~"var(--font-title, 'Cinzel Decorative'), serif";
|
|
@font-subtitle: ~"var(--font-subtitle, 'Cinzel'), serif";
|
|
@font-body: ~"var(--font-body, 'Montserrat'), sans-serif";
|
|
|
|
.dh-style {
|
|
.dh-typography();
|
|
}
|
|
|
|
.dh-style fieldset {
|
|
.dh-typography();
|
|
}
|