/* custom.css */

/* Change primary color */

:root {
    --base-font-size: 14px;
    --theme-color   : #ACFF01;
    --base-color  : #FCFDC7;
    --base-background-color: #171717;
    --base-font-family: 'Open Sans', sans-serif;
    --selection-color      : #4243AF;
    --heading-color : var(--theme-color);
    --heading-h1-font-size        : var(--font-size-xl);
    --heading-h1-font-weight      : 600 ;

    --link-color                  : #3E95E5;
    --link-color--hover : #4243AF; 
  }
  
