/*
Theme Name: Docly
Theme URI: https://wp.spider-themes.com/docly/
Author: CreativeGigs
Author URI: https://themeforest.net/user/creativegigs
Description: Docly is a powerful, responsive, and high-performance online documentation WordPress theme that can assist you quickly develop your next product’s documentation. It can be used for documenting API, frameworks, plugins, templates, software, manual etc.
Version: 1.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: docly
*/

:root {
    --brand_color: var(--accent_solid_color_opt, #10b3d6);
    --secondary_color: var(--secondary_color_opt, #1d2746);
    --p_color: var(--paragraph_color_opt, #6b707f);
    --black_100: #d6d9dc;
    --black_150: #c8ccd0;
    --black_200: #bbc0c4;
    --black_300: #7d848d;
    --black_350: #9199a1;
    --black_400: #848d95;
    --black_500: #6a737c;
    --black_600: #535a60;
    --black_700: #3c4146;
    --black_750: #2f3337;
    --black_800: #242729;
    --black_900: #0c0d0e;
}