:root {
    --main-color: #16303f;
    --one-color: #0f0e0e;
    --second-color: #ec441f;
    --other-color: #f60400;
    --font: Figtree;
    --radius: 1px;
}

*::selection {
    background-color: var(--other-color);
    color: #fff;
}

*,html {
    font-family: var(--font);
}

body {
    font-family: var(--font);
}

/* Banner */
