/*
 Theme Name:   Pizzan Child
 Theme URI: https://themeholy.com/wordpress/pizzan/
 Description:  This is a child theme for Pizzan WordPress Theme
Author URI: https://themeforest.net/user/themeholy
 Author URI:   #
 Template:     pizzan
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  pizzan-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

:root {
  --theme-color: #eb0029;
  --theme-color2: #ff9d2d;
  --title-color: #010f1c;
  --body-color: #4d5765;
  --smoke-color: rgba(1, 15, 28, 0.06);
  --smoke-color2: #faf7f2;
  --black-color: #000000;
  --black-color2: #4B4B4B;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e0e0e0;
  --title-font: "UglyDave", Sans-serif !important;
  --style-font: "UglyDave-Alternates", Sans-serif !important;
  --body-font: "UglyDave", Sans-serif !important;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}