/* ԱՄԲՈՂՋԱԿԱՆ CEREBRISANS ՋՆՋՈՒՄ - ԲՈԼՈՐ CSS ՖԱՅԼԵՐԻ ՀԱՄԱՐ */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&family=Sue+Ellen+Francisco&display=swap");

/* ROOT ՎԵՐԱԲԵՐԱԳԻՐ ԱՊԱՀՈՎՈՒՄ */
:root {
  --font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Oswald", sans-serif;
  --font-script: "Sue Ellen Francisco", cursive;
}

/* 1. CEREBRISANS ՓՈԽԱՐԻՆՈՒՄ - ԲՈԼՈՐ ՀՆԱՐԱՎՈՐ ՏԱՐԲԵՐԱԿՆԵՐ */
[style*="CerebriSans"],
[style*="cerebi-sans"],
[style*="cerebri-sans"],
[class*="cerebri"],
[class*="CerebriSans"] {
  font-family: var(--font-primary) !important;
}

/* 2. ԳԼԽԱՎՈՐ ՖՈՆՏ ՀԱՄԱԿԱՐԳ */
html,
body {
  font-family: var(--font-primary) !important;
}

/* 3. ՎԵՐՆԱԳՐԵՐԻ ՀԱՄԱՐ OSWALD */
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.title,
.banner-page .heading,
.heading-section .main,
.menu-primary-menu li a,
#menu-mobile-menu li a,
.button-default {
  font-family: var(--font-heading) !important;
}

/* 4. SUE ELLEN FRANCISCO ՍԿՐԻՊՏ ՖՈՆՏ */
.banner-page .text {
  font-family: var(--font-script) !important;
}

/* 5. ԱՄԵՆԱԳԼԽԱՎՈՐ RULE - ԲՈԼՈՐ ՏԱՐՐԵՐԻ ՀԱՄԱՐ */
* {
  font-family: var(--font-primary) !important;
}

/* 6. FORM ELEMENTS */
input,
textarea,
select,
button,
.form-control {
  font-family: var(--font-primary) !important;
}

/* 7. PLACEHOLDER TEXTS */
*::-webkit-input-placeholder {
  font-family: var(--font-primary) !important;
}
*::-moz-placeholder {
  font-family: var(--font-primary) !important;
}
*:-ms-input-placeholder {
  font-family: var(--font-primary) !important;
}
*:-moz-placeholder {
  font-family: var(--font-primary) !important;
}

/* 8. ՎԵՐՆԱԳՐԵՐԻ ՎԵՐԱԻՄԱՍՏԱՎՈՐՈՒՄ - ԱՄԵՆԱՈՒԺԵՂ */
h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
  font-family: var(--font-heading) !important;
}
