@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --smarta-bg: #26474E;
    --smarta-header-bg: #26474E;
}

body {
    font-family: 'Rubik', sans-serif;
}