/* KT-chrome: загружаем токены + компоненты брендированного интерфейса на всех страницах */
@import url('/css/tokens.css');
@import url('/css/logo.css');
@import url('/css/button.css');
@import url('/css/header.css');
@import url('/css/footer.css');
@import url('/css/auth-modal.css');
@import url('/css/auth-gate.css');
@import url('/css/lang-popover.css');

/* Reset and base styles */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
}

* {
    font-family: inherit;
}
