﻿@font-face{font-family:yekanbold;font-style:normal;font-weight:bold;src:url('../fonts/iranyekanwebbold.eot');src:url('../fonts/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekanwebbold.woff2') format('woff2'), url('../fonts/iranyekanwebbold.woff') format('woff'), url('../fonts/iranyekanwebbold.ttf') format('truetype')}
@font-face{font-family:yekan;font-style:normal;font-weight:300;src:url('../fonts/iranyekanweblight.eot');src:url('../fonts/iranyekanweblight.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekanweblight.woff2') format('woff2'), url('../fonts/iranyekanweblight.woff') format('woff'), url('../fonts/iranyekanweblight.ttf') format('truetype')}
@font-face{font-family:yekan;font-style:normal;font-weight:normal;src:url('../fonts/iranyekanwebregular.eot');src:url('../fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekanwebregular.woff2') format('woff2'), url('../fonts/iranyekanwebregular.woff') format('woff'), url('../fonts/iranyekanwebregular.ttf') format('truetype')}

:root{
    --brand-1: #0660b6;
    --brand-2: #0b2258;
    --brand-3: #fc3a72;
    --brand-4: #dadfe1;
}
body{font-family: 'Vazirmatn', sans-serif;background: linear-gradient(180deg,var(--brand-4) 0%, #fff 100%);}
.card-shadow{box-shadow: 0 10px 25px rgba(11,34,88,0.08)}

.logo-wrap{width:140px;height:140px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto}

.color-icon{width:84px;height:84px;border-radius:18px;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--brand-1),var(--brand-3));}
.color-badge{width:56px;height:56px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;font-weight:700}

@media (max-width:576px){
    .logo-wrap{width:110px;height:110px}
    .color-icon{width:64px;height:64px}
    .color-badge{width:44px;height:44px}
}

a.btn-telegram{background:var(--brand-1);color:#fff}
a.btn-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}

.muted-box{background:#fff;border:1px solid rgba(11,34,88,0.06);padding:18px;border-radius:12px}
