:root {
  /* Colors */
  --color-primary: #1B2A4A;

  --color-secondary: #E54528;

  --color-tertiary: #98be1f;

  --color-quaternary: #D8D7D4;

  --color-white: white;

  --color-primary-rgb: 255, 0, 0;

}

html {
    scroll-behavior: smooth;
}
