
/* Defining the Cairo font using @font-face */
@font-face {
    font-family: 'Cairo';
    src: url('/Font/Cairo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Applying the Cairo font globally */
body {
    font-family: 'Cairo', sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}



.text-green {
    color: #78BEB3 !important;
}

.background-green {
    background-color: #78BEB3 !important;
}

.text-grey {
    color: #424343 !important;
}

.background-grey {
    background-color: #424343 !important;
}


.text-grey-v2 {
    color: #4B4848 !important;
}

.background-grey-v2 {
    background-color: #4B4848 !important;
}

.background-grey-v3 {
    background-color: #373635;
}

.partner-logo {
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background-color: white;
    max-width: 100%;
    height: auto;
}

.hover-pointer {
    cursor: pointer;
}

.text-gold {
    color: #FF9500 !important;
}

.text-white-green {
    color:  #78BEB3 !important;
}

.text-black-white {
    color: #0A0C1C;
}

.text-white-blue {
    color: #144977
}