Enter password to access
Brand Kit & Guidelines
Maintain a minimum clear space equal to the height of the "P" crossbar around all sides of the mark. This ensures the logo reads cleanly in any context.
/* Artane Partners - Design Tokens */ :root { /* Primary */ --primary: #0F1829; --primary-hover: #1a2d45; /* Accent */ --accent-blue: #0E4FF5; --accent-blue-60: rgba(14, 79, 245, 0.6); --accent-blue-20: rgba(14, 79, 245, 0.2); --accent-blue-10: rgba(14, 79, 245, 0.1); --slate: #4a7fb5; /* Neutrals */ --black: #000000; --gray: #505050; --gray-mid: #8E8E93; --gray-bg: #f7f7f5; --white: #ffffff; /* Typography */ --serif: 'Benne', serif; --garamond: 'EB Garamond', serif; --sans: 'Instrument Sans', sans-serif; /* Layout */ --mw: 1320px; --ease: cubic-bezier(.44, 0, .56, 1); }