decor-6-site/assets/css/variables.css
2026-04-09 18:19:19 +02:00

48 lines
No EOL
749 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: rgb(138, 131, 124);
--copper: rgb(147, 121, 118);
/* PANTONE 10444 C ou 8002 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);
}