/*
Theme Name: Huka Child Theme
Theme URI: https://huka.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Huka
Template: huka
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: huka
*/

/* Theme Customizer colors */
:root {
    --primary-color: #10cdd1;
    --primary-links-hover-color: #10cdd1;
    --primary-dark-color: #b6bdc5;
    --primary-bg-color: #1c222b;
    --header-bg-color: #000000;
    --footer-bg-color: #000000;
    --title-color: #ffffff;
    --fw-title-color: #1a1a1a;
    --btn-bg-color: #10cdd1;
    --btn-hover-color: #0ea6ba;
    --txt-select-bg-color: #f3d7f463;
    --logo-height: 70px;
}