﻿/* conference.css
  This file ONLY contains the color variables for the Conference theme.
  Link to this file AFTER products.css to apply the theme.
*/


:root {
    --bg-color: #0a0a0a;
    --text-color: black;
    --primary-accent: #2f51ed;
    --secondary-accent: #2854cc;
    --tertiary-accent: #a9c3e5;
    --light-transparent: rgba(255, 255, 255, 0.1);
    --light-transparent-hover: rgba(255, 255, 255, 0.15);
    --light-border: rgba(255, 255, 255, 0.2);
    --shadow-color: rgba(240, 147, 251, 0.2);
    --glow-color: rgba(240, 147, 251, 0.5);
    --hero-pattern-color: rgba(255, 255, 255, 0.05);
    --scroll-indicator-color: rgba(0, 0, 0, 0.7);
/*    --pulse-color: rgba(#2f51ed, 0.3);
    --pulse-color-end: rgba(#ffffff, 0);*/
    --pulse-color: rgba(240, 147, 251, 0.3);
    --pulse-color-end: rgba(240, 147, 251, 0);
    --bubble-color-1: rgba(120, 119, 198, 0.3);
    --bubble-color-2: rgba(255, 119, 198, 0.3);
    --title-glow-from: rgba(255, 255, 255, 0.3);
}
