Parachute Style "No Pass" Elastic Watch Strap - Black with Blue Stripe
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; --color-text: #0a0a0a; --color-bg: #fafafa; --color-white: #ffffff; --color-accent: #00008b; /* Navy Blue – 7.5:1 contrast on white */ --color-accent-light: #191970; --color-muted: #4a4a4a; --color-light-gray: #8a8a8a; --color-border: #e0e0e0; --color-success: #008000; --radius: 12px; --transition: all 0.3s ease; --focus-outline: 3px solid #00008b; } html { font-size: 100%; scroll-behavior: smooth; } body { font-family: var(--font-primary); background: var(--color-bg); color: var(--color-text); line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility