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

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

.hs-tab-active:active{
    background-color: #2a895c;
    color: white;
}