@import './fonts.css';

body, html{
    font-family: sans-light, sans-serif;
    font-weight: bolder;
    font-size: 18px;
}

button {
    cursor: pointer;
}

.dir-rtl {
    direction: rtl !important;
}

.dir-ltr {
    direction: ltr !important;
}

.h-50 {
    height: 50px;
}
