/*!
 * Elixicode Brand CSS  v1.0.0 (https://elixicode.com/)
 * Copyright 2023-2024
 */
.brand-btn:hover {
    background-color: black !important;
    color: white !important;
}
.brand-carbon-gray-color {
    color: #2d2e2b;
}
.brand-ash-gray-color {
    color: #707070;
}
.brand-font {
    font-family: 'Sora', sans-serif !important;
}
::-moz-selection {
    color: black;
    background: white;
}
::selection {
    color: black;
    background: white;
}