@import 'colors.css';
:root {
    --primary-color: var(--black);
    --secondary-color: var(--mine-shaft);
    --accent-color: var(--white)
}