:root {
  --black: #000;
  --white: #fff;
  --accent-yellow: #ffd400;
  --accent-orange: #ff5e00;
  --primary-green: #9acd32;
  --telegram-blue: #005a8d;
  --whatsapp-green: #128c7e;
}

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

body {
  font-family: Roboto, Arial, sans-serif;
  scroll-behavior: smooth;
}
