:root {
  --black: #000;
  --white: #ffffff;
  --orange-light: #fe9013;
  --orange-dark: #f9804b;
  --orange-hover: #e47209;
  --orange-card: #fa6f32;
  --testimonials-background: #f1f3f2;
  --yellow: #ffee2e;
  --gray: #333b41;
  --gray-light: #f1f3f2;
  --gray--medium: #404950;
  --gray--blue: #72828e;
  --green: #4b9200;
  --background--light: #c4c4c4;
  --red--error: #d31414;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
