/*
    Theme Name: Plus964
    Theme URI: https://plus964.com
    Description: Plus964
    Author: Layth Hussein
    Author URI: https://laith7ussein.com
    Version: 1.1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: plus964
*/

/* primary colors */
:root {
    --primary-color: #fcd903;
    --dark: #111;
    --dark-gray: #222;
    --dark-light: #c5c5c5;
    --gray: #3B3B3B;
    --light: #eee;
    --light-gray: #f9f9f9;
    --white: #fff;
    --black: #000;
    --red: rgb(211, 50, 50);
}

/* import fonts froms assets */
@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Hairline.ttf');
    font-weight: 50;
    font-style: normal;
}

@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-ExtraLight.ttf');
    font-weight: 150;
    font-style: normal;
}

@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Light.ttf');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Regular.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Medium.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Bold.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Black.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PingAR';
    src: url('/wp-content/themes/plus964/assets/fonts/Ping_Arabic/PingAR+LT-Heavy.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TSTarek-normal';
    src: url('/wp-content/themes/plus964/assets/fonts/TSTarek/TSTarek-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TSTarek-medium';
    src: url('/wp-content/themes/plus964/assets/fonts/TSTarek/TSTarek-Medium.ttf');
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: 'TSTarek-Bold';
    src: url('/wp-content/themes/plus964/assets/fonts/TSTarek/TSTarek-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

.chip-text {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-weight: 300;
    font-size: 14px;
}

.chip.chip-text-before .chip-text:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    transition: .3s;
}

body[dir=rtl] .chip.chip-text-before .chip-text:before {
    margin-left: 7px;
}

body[dir=ltr] .chip.chip-text-before .chip-text:before {
    margin-right: 7px;
}
