@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap');
body {
  margin: 0;
  line-height: normal;
}
:root {
  /* fonts */
  --font-roboto: Roboto;
  --font-exo-2: "Exo 2";
  --font-exo: Exo;
  --font-noto-jp: Noto Sans JP;

  /* font sizes */
  --font-size-base: 16px;
  --font-size-xl: 20px;
  --font-size-21xl: 40px;
  --font-size-5xl: 24px;
  --font-size-sm: 14px;
  --font-size-xs: 12px;

  /* Colors */
  --color-white: #fff;
  --color-gray-100: #222;
  --color-gray-200: #1e1e1e;
  --color-mediumslateblue: #604dd0;
  --color-darkslategray-100: #425266;
  --color-darkslategray-200: #203e61;

  /* Conversation screen colors */
  --color-pure-white: #ffffff; /* for text of buttons, chat and toggle button dot when active*/
  --color-black: #000000; /* for duration and "Transcript" text*/
  --color-dark-lavender: #604dd0; /* for genie header and button*/
  --color-light-lavender: #c7befa; /* for genie bot and ai header(sub title) name*/
  --color-lavender-blue: #ab9ff2; /* for border of all conversations,toggle button dot when not active  and bot name in chat*/
  --color-light-lavender-gray: #e9e8ef; /* for navbar background*/
  --color-bright-green: #92d03f; /* for meeting is on dot in navbar*/
  --color-forest-green: #1d9059; /* for toggle button bg when active*/
  --color-vibrant-pink: #f699d6; /* for candidate name in candidate screen*/
  --color-dark-indigo: #2d264b; /* for background of transcript screen and some text in navbar*/
  --color-charcoal-gray: #3e3e3e; /* for toggle button bg when not active*/
  --color-bright-red: #db3b3b; /* for close buttons*/
  --color-light-gray-100: #eeeeee; /* for (bg color of project) background of bot,candidate and transcript screens*/
  --color-light-gray-200: #c4c4c4; /* for time in chat*/
  --color-light-gray-300: #d9d9d9; /* 10% transparency as glass effect for transcript chat and conversation wrapper*/
  --color-pale-mustard: #f3e184; /* for candidate name in chat*/

  --color-dark-navbar: #120e27;
  --color-dark-lavender-text: #ab9ff2;
  --color-night-horizon: #604dd0;
  --color-dark-background: #232232;
  --color-dark-background-1: #100f1a;
  --color-dark-blue-background: #101439;

  /* Gaps */
  --gap-3xs: 10px;
  --gap-5xl: 24px;
  --gap-xs: 12px;
  --gap-lgi: 19px;
  --gap-5xs: 8px;

  /* Paddings */
  --padding-3xs: 10px;
  --padding-xl: 20px;
  --padding-11xl: 30px;
  --padding-xs: 12px;
  --padding-base: 16px;

  /* border radiuses */
  --br-9xs: 4px;
  --br-xl: 20px;
  --br-xl: 20px;
  --br-61xl: 80px;
  --br-5xs: 8px;
}
