/*
Theme Name: COLOR THEORY
Theme URI: https://ranavi.com
Description: Custom Flatsome child theme for the RANAVI COLOR THEORY experience.
Author: RANAVI
Author URI: https://ranavi.com
Template: flatsome
Version: 1.0
Text Domain: color-theory
*/

:root {

  --ct-bg: #0f0f10;
  --ct-text: #f3f0ea;

  --ct-blessed: #C8B8A6;
  --ct-shine: #D6C27A;
  --ct-tempo: #C46A3A;

  --ct-xo: #B07A7A;
  --ct-focus: #7C8F7A;
  --ct-bedpeace: #7A8FA6;
  --ct-laydown: #4A4F6A;

}

body {
  background: var(--ct-bg);
  color: var(--ct-text);
}
