/*
Theme Name: Deski
Theme URI: https://wordpress.creativegigs.net/deski/
Author: CreativeGigs
Author URI: https://themeforest.net/user/creativegigs
Description: Deski is a truly unique, modern, beautiful and WordPress theme that fits for all kinds of Business website, Event website, SAAS website, SEO, Agency, IT Services, Portfolio, or Blog website.
Version: 1.4.1
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: deski
*/

:root {
    --brand_color: var(--accent_solid_color_opt, #4c4cf1);
    --secondary_color: var(--secondary_color_opt, #1d2746);
    --p_color: var(--paragraph_color_opt, #6b707f);
    --black_50: #ebebeb;
    --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;
}

.theme-btn-one.load_more_btn {
    margin: 0 auto;
}