/*
Theme Name: Pakhsh Kermani
Theme URI: https://pakhshkermani.ir
Description: Child Theme for Hello Elementor
Author: Abolfazl
Template: hello-elementor
Version: 1.0.0
Text Domain: pakhsh-kermani
*/

:root{
    --primary:#E53935;
    --secondary:#111111;
    --surface:#1B1B1B;
    --text:#FFFFFF;
    --text-dark:#222222;
    --border:#2A2A2A;
    --radius:12px;
    --container:1320px;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:inherit;
}