
@import url("https://fonts.googleapis.com/css?family=Source Sans Pro");
@import url("https://fonts.googleapis.com/css?family=DroidArabicKufi");

:root {
    --first-color: #fbb816;
    --second-color: #055194;
    --third-color: #28a2d9;

    --font_en: 'Source Sans Pro';
    --font_ar: 'DroidArabicKufi';
  }



/**************** COLOR CLASSES ********************/

.first-variable-color {
  color: var(--first-color) !important;
}

.first-variable-background-color {
  background-color: var(--first-color) !important;
}

.second-variable-color {
  color: var(--second-color) !important;
}

.second-variable-background-color {
  background-color: var(--second-color) !important;
}

.third-variable-color {
  color: var(--third-color) !important;
}

.third-variable-background-color {
  background-color: var(--third-color) !important;
}
