@use './mixins/function' as *;

.title-text {
    font-size: getCssVar('font-size-medium');
    color: getCssVar('text-color-primary');
    font-weight: 600;
}

.pointer {
    cursor: pointer;
}


body,
html {
    color: getCssVar('text-color-regular');
    font-size: getCssVar('font-size-base');
}