/* ======================================================== */
/* Georgian Fonts - Unified Stylesheet */
/* Combines BPG Arial Caps and BPG Ingiri Arial fonts */
/* ======================================================== */

/* ======================================================== */
/* 1. Font Definitions */
/* ======================================================== */

/* BPG Arial Caps Font */
@font-face {
    font-family: 'BPG Arial Caps';
    src: url('../fonts/bpg-arial-caps/fonts/bpg-arial-caps-webfont.eot');
    src: url('../fonts/bpg-arial-caps/fonts/bpg-arial-caps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg-arial-caps/fonts/bpg-arial-caps-webfont.woff2') format('woff2'),
         url('../fonts/bpg-arial-caps/fonts/bpg-arial-caps-webfont.woff') format('woff'),
         url('../fonts/bpg-arial-caps/fonts/bpg-arial-caps-webfont.ttf') format('truetype'),
         url('../fonts/bpg-arial-caps/fonts/bpg-arial-caps-webfont.svg#bpg_arial_capsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BPG Ingiri Arial Font */
@font-face {
    font-family: 'BPG Ingiri Arial';
    src: url('../fonts/bpg-ingiri-arial/fonts/bpg-ingiri-arial-webfont.eot');
    src: url('../fonts/bpg-ingiri-arial/fonts/bpg-ingiri-arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bpg-ingiri-arial/fonts/bpg-ingiri-arial-webfont.woff2') format('woff2'),
         url('../fonts/bpg-ingiri-arial/fonts/bpg-ingiri-arial-webfont.woff') format('woff'),
         url('../fonts/bpg-ingiri-arial/fonts/bpg-ingiri-arial-webfont.ttf') format('truetype'),
         url('../fonts/bpg-ingiri-arial/fonts/bpg-ingiri-arial-webfont.svg#bpg_ingiri_arialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================================== */
/* 2. Global Font Application */
/* ======================================================== */

/* Default font for all elements */
* {
    font-family: 'BPG Ingiri Arial', 'Arial', 'Helvetica', sans-serif;
}

/* ======================================================== */
/* 3. Headlines & Titles (BPG Arial Caps) */
/* ======================================================== */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1.georgian, h2.georgian, h3.georgian, h4.georgian, h5.georgian, h6.georgian,
.geo-title, .georgian-title,
.GeoArialCaps, .georgian-arial-caps,
.GeoAllCaps {
    font-family: 'BPG Arial Caps', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ======================================================== */
/* 4. Body Text (BPG Ingiri Arial) */
/* ======================================================== */

body, p, span, div,
.text-body, .lead,
.geo-body, .georgian-body {
    font-family: 'BPG Ingiri Arial', 'Arial', 'Helvetica', sans-serif;
    letter-spacing: 0.5px;
    /* font-size: 1rem !important; */
}

/* ======================================================== */
/* 5. Form Elements (BPG Ingiri Arial) */
/* ======================================================== */

input, textarea, select, label,
input.georgian-text, textarea.georgian-text,
.georgian-text, .form-control, .form-select {
    font-family: 'BPG Ingiri Arial', 'Arial', 'Helvetica', sans-serif !important;
    letter-spacing: 0.5px;
    /* font-size: 1rem !important; */
}

/* Custom Select Elements */
.select-toggle,
.select-toggle-text {
    font-family: 'BPG Ingiri Arial', 'Arial', 'Helvetica', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

/* ======================================================== */
/* 6. Buttons & Inputs (BPG Arial Caps) */
/* ======================================================== */

button, .btn, .btn.georgian-text,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-family: 'BPG Arial Caps', 'Arial', 'Helvetica', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    /* height: 48px !important; */
}

/* ======================================================== */
/* 7. Navigation (BPG Arial Caps) */
/* ======================================================== */

nav, .nav, .navbar {
    font-family: 'BPG Arial Caps', 'Arial', 'Helvetica', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ======================================================== */
/* 8. Tables (BPG Ingiri Arial) */
/* ======================================================== */

table, td, th {
    font-family: 'BPG Ingiri Arial', 'Arial', 'Helvetica', sans-serif;
    letter-spacing: 0.5px;
}

/* ======================================================== */
/* 9. Lists & Links (BPG Ingiri Arial) */
/* ======================================================== */

li, ul, ol, a {
    font-family: 'BPG Ingiri Arial', 'Arial', 'Helvetica', sans-serif;
    letter-spacing: 0.5px;
}

/* ======================================================== */
/* 10. Code Blocks (Monospace) */
/* ======================================================== */

code, pre, .code {
    font-family: 'Courier New', 'Courier', monospace;
}
