@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-VariableFont_wght.ttf") format("truetype");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Changa";
    src: url("../fonts/Changa-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family-sans-serif: "Changa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-base: "Changa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}



body,
.td-content,
.td-sidebar,
.td-navbar,
.td-toc,
.form-control,
.btn,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.alert,
.breadcrumb,
.navbar,
table, th, td,
.tag,
.dropdown-menu {
    font-family: "Changa", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Полное перекрашивание шапки, её обертки и контейнера */
header, 
.td-navbar,
.navbar,
header.navbar,
header .navbar {
    background-color: #0044cc !important;
}

/* Перекрашивание текста главного логотипа/заголовка в шапке */
header .navbar-brand,
header .navbar-brand a,
header [class*="navbar"] a {
    color: #ffffff !important;
}

/* Изменение цвета иконки поиска и текста внутри поисковой строки, чтобы их было видно */
header .td-search-input {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

header .td-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

