/**
* Theme Name: Labout Child
* Description: This is a child theme of Labout, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: labout
* Version: 1.0
*/
:root{
  --theme-color: #c0030a;
  --secondary-color: #0B1784;
  --pink-color: #FFC0CB;
  --violet-color: #7F00FF;
  --crimson-color: #DC143C;
  --orange-color: #FFA500;
  --text-color: #6A6A6A;
  --title-color: #111111;
  --text-font: 'Inter', sans-serif;
  --title-font: 'Afacad', sans-serif;
}