/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* Жестко скрываем прокрутку до полной загрузки */
html, body {
    overflow-x: hidden !important;
    position: relative !important;
    width: 100% !important;
}

/* Счётчик символов — приглушаем, чтобы не ломал композицию */
.gomining-char-count {
    color: rgb(159, 159, 167);
    font-family: 'Atyp Text', sans-serif;
    font-size: 14px;
    margin-top: 8px;
    text-align: right;
}

/* Fix font-display for WooCommerce system fonts */
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
    font-stretch: normal;
}

@font-face {
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');
}
