:root {
  --primary-color: #f5ab1e;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Figtree", sans-serif !important;
}
#copyright > p > a {
  transition: all 0.1s ease;
}
#copyright > p > a:hover {
  color: var(--primary-color);
}