:root {
  --primary-color: #b5010f;
  --secondary-color: #777777;
  --tertiary-color: #f6900c;
}

body {
  scroll-behavior: smooth;
}