﻿/* Figma Styles of your File */
:root {
  /* Colors */
  --linear: linear-gradient(
    180deg,
    rgba(10, 244, 255, 1) 0%,
    rgba(0, 178, 255, 1) 100%
  );

  scroll-behavior: smooth;
  /* Fonts */
  /* Effects */
}