diff --git a/assets/fonts/dmsans-400.woff2 b/assets/fonts/dmsans-400.woff2 new file mode 100644 index 0000000..01383d7 Binary files /dev/null and b/assets/fonts/dmsans-400.woff2 differ diff --git a/assets/fonts/dmsans-500.woff2 b/assets/fonts/dmsans-500.woff2 new file mode 100644 index 0000000..01383d7 Binary files /dev/null and b/assets/fonts/dmsans-500.woff2 differ diff --git a/assets/fonts/lora-400.woff2 b/assets/fonts/lora-400.woff2 new file mode 100644 index 0000000..918a477 Binary files /dev/null and b/assets/fonts/lora-400.woff2 differ diff --git a/assets/fonts/lora-400i.woff2 b/assets/fonts/lora-400i.woff2 new file mode 100644 index 0000000..81e6cf8 Binary files /dev/null and b/assets/fonts/lora-400i.woff2 differ diff --git a/assets/fonts/lora-500.woff2 b/assets/fonts/lora-500.woff2 new file mode 100644 index 0000000..918a477 Binary files /dev/null and b/assets/fonts/lora-500.woff2 differ diff --git a/assets/fonts/playfair-400.woff2 b/assets/fonts/playfair-400.woff2 new file mode 100644 index 0000000..5a3fbbd Binary files /dev/null and b/assets/fonts/playfair-400.woff2 differ diff --git a/assets/fonts/playfair-400i.woff2 b/assets/fonts/playfair-400i.woff2 new file mode 100644 index 0000000..30828de Binary files /dev/null and b/assets/fonts/playfair-400i.woff2 differ diff --git a/assets/fonts/playfair-700.woff2 b/assets/fonts/playfair-700.woff2 new file mode 100644 index 0000000..5a3fbbd Binary files /dev/null and b/assets/fonts/playfair-700.woff2 differ diff --git a/assets/hero/hero-mobile.mp4 b/assets/hero/hero-mobile.mp4 new file mode 100644 index 0000000..c10236b Binary files /dev/null and b/assets/hero/hero-mobile.mp4 differ diff --git a/index.html b/index.html index 0cb12f1..36190a2 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,10 @@ Shop Wisdom | Keep What Your Best People Know — for Canadian Manufacturers - - - + + + + @@ -139,9 +140,7 @@
- +

Knowledge continuity · for Canadian manufacturers

Your best people are retiring. Their know‑how doesn't have to.

@@ -515,10 +514,26 @@ })(); + + + diff --git a/style.css b/style.css index 71cfa56..ff39188 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,12 @@ +@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/dmsans-400.woff2') format('woff2')} +@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/dmsans-500.woff2') format('woff2')} +@font-face{font-family:'Lora';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/lora-400.woff2') format('woff2')} +@font-face{font-family:'Lora';font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/lora-500.woff2') format('woff2')} +@font-face{font-family:'Lora';font-style:italic;font-weight:400;font-display:swap;src:url('assets/fonts/lora-400i.woff2') format('woff2')} +@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/playfair-400.woff2') format('woff2')} +@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/playfair-700.woff2') format('woff2')} +@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400;font-display:swap;src:url('assets/fonts/playfair-400i.woff2') format('woff2')} + :root { --paper: #f7f4ef; --paper-2: #efebe3; @@ -49,7 +58,7 @@ strong { font-weight: 500; color: var(--ink); } /* Eyebrow with steel dash */ .eyebrow { - font-family: 'DM Sans', sans-serif; font-size: 0.66rem; font-weight: 400; + font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.18em; color: var(--accent); margin: 0 0 24px; display: flex; align-items: center; }