/* 
Theme Name: Ariana Blocksy Child theme
Theme URI: https://github.com/rezatoosi/
Description: A child theme of Blocksy, created by Ariana team
Author: Ariana Team
Author URI: https://arianait.com/
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* IRANSans Regular */
@font-face {
    font-family: 'IRANSans';
    src: url('/wp-content/uploads/fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/iransans/woff/IRANSansWeb.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* IRANSans Bold */
@font-face {
    font-family: 'IRANSans';
    src: url('/wp-content/uploads/fonts/iransans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/iransans/woff/IRANSansWeb_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root{
  --primary: #D8A7B1;
  --primary-hover: #C8929F;

  --secondary: #9BB8A5;
  --secondary-hover: #7FA08B;

  --bg: #FEFBFA;
  --surface: #FFFFFF;

  --text: #352F31;
  --text-soft: #7B7476;

  --border: #E9DFDB;

  --success: #7AA874;
  --warning: #E4B363;
  --error: #D46A6A;
  --info: #7EA8C7;
}

:root {
    --wp--style--global--content-size: 1290px;
    --wp--style--global--wide-size: 1290px;
}

/* Containers */
/* 
** Using Blocksy container variables
** to sync spectra containers width with blocksy containers
*/
.uagb-container-inner-blocks-wrap {
  max-width: var(--theme-normal-container-max-width) !important;
  width: var(--theme-container-width) !important;
}

/* home page hero section */
.hero-pre-title {
  display: inline-flex;
  align-self: flex-start;
  width: auto !important;
}
.hero-pre-title .uagb-icon-wrapper {
  display: flex;
}


/* Footer */
.ct-footer .ct-widget ul li a {
    font-size: 14px;
}