decor-6-site/assets/css/variables.css
2026-03-31 17:07:00 +02:00

48 lines
No EOL
715 B
CSS

:root{
--bleed-images: 3mm;
--pagedjs-fold: 0px;
--symbol: "/";
--symbol2: "-";
--unit: 70px;
--sub-unit: 17.5px;
--fontFamily: 'Routed Gothic', sans-serif;
--fontTitle: "Teletext";
--ratio : auto;
--indent: 7mm;
--font-size: 14px;
--baseline: 18px;
--fs-nav: 11px;
--fs-subtitle: 16px;
--fs-notes: 11px;
--red: #ff665e;
--green: #44d62c;
--blue: #0078bf;
--red: #000;
--green: #000;
--blue: #000;
--silver: #8A8D8F;
--copper: #a8923f;
/* PANTONE 8642 C */
--border: 4mm; /* à enlever */
--gap: 8px;
--sign-family: var(--fontTitle);
--sign-size: 14px;
--sign-baseline: 18px;
--sign-spacing: 7.5px;
--sign-spacing-dots: 7px;
--sign-color: var(--blue);
}