@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/Collert/AD-Elements@latest/colors.css');
@import url('https://cdn.jsdelivr.net/gh/Collert/AD-Elements@latest/buttons.css');
@import url('https://cdn.jsdelivr.net/gh/Collert/AD-Elements@latest/links.css');
@import url('https://cdn.jsdelivr.net/gh/Collert/AD-Elements@latest/dialog.css');
@import url('https://cdn.jsdelivr.net/gh/Collert/AD-Elements@latest/inputs.css');

:root {
    --icon-font-size: 24px;
}

* {
    font-family: 'Inter', sans-serif;
    color: var(--primary-contrast);
}

body {
    background-color: var(--primary-background);
    margin: 0;
    box-sizing: border-box;
}

svg.ui-icon {
    fill: var(--primary-contrast);
}
