import common from './common.js'; /** @type {import('../@types/component').Theme} */ export default { ...common, colour: { background: '#ffffff', 'text-primary': '#404040', 'text-secondary': '#666666', accent: ' #d64000', 'brand-logo': '#d64000', 'brand-rules': '#d0d0d0', 'brand-shadow': 'rgba(64, 64, 64, .08)', }, };