@import '../styles/variables.scss';

* {
	box-sizing: border-box;
	margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Roboto';
    overflow-x: hide;
}

.rtl-layout {
    direction: rtl;
}