body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Box Sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove Default Margin and Padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove List Styles */
ol,
ul {
  list-style: none;
}

/* Remove Default Link Styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Make Images Responsive */
img {
  max-width: 100%;
  display: block;
}

/* Remove Fieldset Styles */
fieldset {
  border: none;
}

/* Remove Button Styles */
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* Remove Table Styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default form styles */
input,
textarea,
button,
select {
  direction: rtl;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  background: none;
}/*# sourceMappingURL=reset.css.map */


:root {
  --mobile: 600px;
}