:root {
    --page-accent: var(--primary);
    --page-accent-light: rgba(29, 78, 216, 0.15);
}

.fa-code:before {
    content: "\f121"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-sync:before {
    content: "\f021"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-server:before {
    content: "\f233"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-docker:before {
    content: "\f395"
}