@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-ExtraBold.woff") format("woff"),
        url("https://element.io/fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-BoldItalic.woff") format("woff"),
        url("https://element.io/fonts/Inter-ExtraBoldItalic.woff")
            format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-ExtraLightItalic.woff")
        format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-SemiBoldItalic.woff")
        format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "InterHosted";
    src: url("https://element.io/fonts/Inter-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: auto;
}
@font-face {
    font-family: "Extratype eina02";
    src: url("https://element.io/fonts/Eina02-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "Extratype Eina04";
    src: url("https://element.io/fonts/Eina04-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: "Extratype eina02";
    src: url("https://element.io/fonts/Extratype---Eina02-Bold.otf")
        format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

:root {
    --md-text-font: "InterHosted"; 
}

.md-tabs__item {
    font-weight: 500;
}

.md-header__topic:first-child {
    --md-text-font: "Extratype eina02"; 
    font-weight: 400;
}

.first-word {
  font-weight: 600;
}