:root {
    --pbmit-global-color: #C5A55A;
    --pbmit-secondary-color: #0C3547;
    --pbmit-light-color: #F5EDE0;
    --pbmit-light-color-2: #FAF7F2;
    --pbmit-light-color-3: #F5EDE0;
    --pbmit-light-color-rgb: 245, 237, 224;
    --pbmit-white-color: #FAFAF8;
    --pbmit-white-color-rgb: 250, 250, 248;
    --pbmit-blackish-color: #0A1A2A;
    --pbmit-blackish-color-rgb: 10, 26, 42;
    --pbmit-link-color-normal: #0A1A2A;
    --pbmit-link-color-hover: #C5A55A;
    --pbmit-global-color-rgb: 197, 165, 90;
    --pbmit-secondary-color-rgb: 12, 53, 71;

    --pbmit-body-typography-font-family: 'Vazirmatn', 'Roboto', sans-serif;
    --pbmit-body-typography-variant: 300;
    --pbmit-body-typography-font-size: 15px;
    --pbmit-body-typography-line-height: 1.8;
    --pbmit-body-typography-color: #555555;

    --pbmit-heading-typography-font-family: 'Vazirmatn', 'Space Grotesk', sans-serif;
    --pbmit-heading-color: #0A1A2A;
    --pbmit-heading-font-variant: 700;

    --pbmit-btn-typography-font-family: 'Vazirmatn', 'Space Grotesk', sans-serif;
    --pbmit-btn-typography-variant: 600;
    --pbmit-btn-typography-font-size: 15px;
    --pbmit-btn-typography-line-height: 24px;
}

body {
    font-family: 'Vazirmatn', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.pbmit-title,
.pbmit-element-title,
.pbmit-subtitle {
    font-family: 'Vazirmatn', sans-serif;
}

.pbmit-btn,
.pbmit-btn span,
button,
input[type="submit"] {
    font-family: 'Vazirmatn', sans-serif;
}

.navigation li a,
.main-menu .navigation li a {
    font-family: 'Vazirmatn', sans-serif;
}
