/* GLOBAL FONTS */
/* GEORGIAN FONTS */
@font-face {
  font-family: "GeoFontHeader";
  src: url("https://mindsandmarketing.com/includes/fonts/Mindsandmarketing-BoldCondensed.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GeoFontSubHeader";
  src: url("https://mindsandmarketing.com/includes/fonts/notosans.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GeoFontItalic";
  src: url("https://mindsandmarketing.com/includes/fonts/BPG 2017 DejaVuSerif-Italic.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ENGLISH FONTS */
@font-face {
  font-family: "EngFontHeader";
  src: url("https://mindsandmarketing.com/includes/fonts/agipo-bold-cond-regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EngFontSubHeader";
  src: url("https://mindsandmarketing.com/includes/fonts/futura medium bt.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EngFontItalic";
  src: url("https://mindsandmarketing.com/includes/fonts/LibreBaskerville-Italic.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EngFontText";
  src: url("https://mindsandmarketing.com/includes/fonts/futura-pt-book.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* GLOBAL FONTS END */

:root {
  --orange: #ff5908;
  --pink: #ffbaff;
  --bold-yellow: #ffc31a;
  --bold-blue: #0034c6;
  --grass-green: #007f48;
  --burgundy: #ad0038;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #000000;
  box-sizing: border-box;
}

.container {
  padding: 0px 70px;
}

/* FONTS */
.en_header {
  font-family: "EngFontHeader";
}

.ka_header {
  font-family: "GeoFontHeader";
}

.en_subheader {
  font-family: "EngFontSubHeader";
}

.ka_subheader {
  font-family: "GeoFontSubHeader";
}

.en_italic {
  font-family: "EngFontItalic";
}

.ka_italic {
  font-family: "GeoFontItalic";
}

.en_text {
  font-family: "EngFontText";
}

.ka_text {
  font-family: "GeoFontSubHeader";
}

/* CARD VARIATIONS */
.v1 {
  background-color: var(--bold-blue);
  color: white;
}

.v2 {
  background-color: var(--bold-yellow);
  color: black;
}

.v3 {
  background-color: var(--orange);
  color: black;
}

.v3_color {
  color: var(--orange);
}

.fh_v3 {
  border-bottom: 2px solid var(--orange);
}

.v4 {
  background-color: var(--burgundy);
  color: white;
}

.v5 {
  background-color: var(--pink);
  color: black;
}

.v6 {
  background-color: var(--grass-green);
  color: white;
}

@media screen and (max-width: 1400px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
