@font-face {
    font-family: 'Raleway Black';
    src: url('../../fonts/raleway-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway Regular';
    src: url('../../fonts/raleway-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway Black', sans-serif;
}

a {
    color: #8a92a6;
    text-decoration: none;
    transition: color 0.3s;
}
a:hover {
    color: #efefef;
}

.red-accent {
    color: #991b1b;
}

code {
    background: #1a1e26;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #f59e0b;
}