decor-6-expe/maquette-tests/assets/css/01_var.css
2026-03-16 13:57:11 +01:00

78 lines
No EOL
1.4 KiB
CSS

:root{
--symbol: "+";
--unit: 70px;
--sub-unit: 17.5px;
--font: 'Routed Gothic', sans-serif;
--font: 'Wagram Slab', serif;
--font: 'Bilzig', serif;
--font: 'Routed Gothic', sans-serif;
--font-title: 'OCR-X';
/* --font: 'HAL Timezone', serif; */
--mono: 'Selectric Mono', monospace;
--mono: 'Ivory Mono', monospace;
--mono: 'Baskemo Sans', monospace;
--mono: 'HAL Timezone Mono', monospace;
--mono: 'Routed Gothic Wide', sans-serif;
--font-decor: 'Decor Round Random';
--font-notes: 'Selectric Mono', monospace;
--font-notes: 'Baskemo Sans', monospace;
--font-notes: 'OCR-X';
--font-sans: 'Routed Gothic', serif;
--font-subtitle: 'Routed Gothic Wide', sans-serif;
/* --font-subtitle: 'Baskemo Sans', monospace; */
--font-nav: 'Routed Gothic', sans-serif;
--title: 'HNoailles Times Triplex', sans-serif;
--red: #9B0000;
--green:#009B00;
--green-light:#009b0025;
--blue: #00009B;
--grey: #e4e4e4;
--border-grey: 2px solid var(--grey);
--indent: 7mm;
--font-size: 14px;
--baseline: 18px;
--fs-nav: 11px;
--fs-subtitle: 16px;
--fs-notes: 11px;
--gap: 8px;
--sign-size: 16px;
--sign-baseline: 18px;
--sign-spacing: 0.45rem;
--sign-spacing: 7.5px;
--sign-color: var(--blue);
/* --sign-color: black; */
}