/* ==============================================
   GOPAY.GE - Georgian Custom Fonts
   ============================================== */

/* H1 სათაურები — Dachi the Lynx (თამამი, ექსპრესიული) */
@font-face {
    font-family: 'Dachi';
    src: url('/fonts/h1-bold/Dachi the Lynx-46841546889.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* H2+ სათაურები — Dachi (იგივე H1 ფონტი, უნივერსალური) */
/*
@font-face {
    font-family: 'Anastasia';
    src: url('/fonts/h2-bold/LGVAnastasia2025Geo-Bold-62333939983.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/

/* ჩვეულებრივი ტექსტი — BPG Arial 2009 (UI ელემენტები, ნავიგაცია) */
@font-face {
    font-family: 'BPG Arial';
    src: url('/fonts/normal-text/bpg_arial_2009-28746951055.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* გრძელი ტექსტები — BPG Glaho Mix (აბზაცები, აღწერები) */
@font-face {
    font-family: 'BPG Glaho';
    src: url('/fonts/grdzeli-teqstebi/bpg_glaho_mix-87664806006.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ხელნაწერი — DM Elene Akhvlediani (აქცენტები, ბრენდინგი) */
@font-face {
    font-family: 'Elene';
    src: url('/fonts/xelnaweri/DM-Elene-Akhvlediani-71906528847.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==============================================
   ტიპოგრაფიის სისტემა
   ============================================== */

/* ბაზისური UI ტექსტი */
body {
    font-family: 'BPG Arial', 'Segoe UI', sans-serif;
}

/* სათაურები */
h1, .font-h1 {
    font-family: 'Dachi', 'BPG Arial', sans-serif;
    letter-spacing: 0.02em;
}

h2, .font-h2 {
    font-family: 'Dachi', 'BPG Arial', sans-serif;
}

h3, h4, h5, h6 {
    font-family: 'BPG Arial', 'Segoe UI', sans-serif;
    font-weight: bold;
}

/* გრძელი ტექსტები, აღწერები */
.font-body, .prose, p.description, td.description {
    font-family: 'BPG Glaho', 'BPG Arial', sans-serif;
    line-height: 1.7;
}

/* ხელნაწერი აქცენტი */
.font-handwritten {
    font-family: 'Elene', cursive;
}

/* ბრენდინგის ლოგო ტექსტი */
.brand-title {
    font-family: 'Dachi', sans-serif;
    letter-spacing: 0.05em;
}

/* სტატისტიკის რიცხვები */
.stat-number {
    font-family: 'Dachi', monospace;
    font-variant-numeric: tabular-nums;
}

/* ქარდის სათაური */
.card-title {
    font-family: 'BPG Arial', 'Segoe UI', sans-serif;
    font-weight: bold;
}

/* sidebar nav */
.nav-text {
    font-family: 'BPG Arial', sans-serif;
}
