@font-face {
    font-family: "intel_light";
    src: url('../fonts/intelone-display-latin-light.e8ee702d.woff2') format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "intel_regular";
    src: url('../fonts/intelone-display-latin-regular.7d30ccfa.woff2') format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "intel_medium";
    src: url('../fonts/intelone-display-latin-medium.38e8d51a.woff2') format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "intel_bold";
    src: url('../fonts/intelone-display-latin-bold.1e07e246.woff2') format("woff2");
    font-weight: 700;
    font-style: normal
}

:root {
    /*========== Colors ==========*/
    --black-color: #000;
    --bg-color: #02070b;
    --white-color: #fff;
    --grenn-color: #a7f000;
}

/*========== Layout ==========*/

body {
    position: relative;
    font-family: "intel_regular", serif;
    font-weight: 400;
}

.intel__bold {
    font-family: "intel_bold", serif;
}

.portalGradient {
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(4, 23, 60, 1) 45%, rgba(4, 23, 60, 1) 75%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(4, 23, 60, 1) 45%, rgba(4, 23, 60, 1) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(4, 23, 60, 1) 45%, rgba(4, 23, 60, 1) 75%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.pointsGradient {
    background: #0E4CCF;
    background: radial-gradient(circle, rgba(14, 76, 207, 0.6) 0%, rgba(0, 0, 0, 1) 100%);
}

.blueGradientBottom {
    background: #000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 64%, rgba(7, 44, 132, 0.4) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 64%, rgba(7, 44, 132, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 64%, rgba(7, 44, 132, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#072C84", GradientType=0);
}

/*========== Top Header ==========*/

@media screen and (max-width: 909px) {
}


