/*==================================
Theme Color All Codes Variable
==================================*/
:root {
  --theme-general-color: #55585c; /* theme gray color */
}
:root {
  --theme-primary-color: #a7a7a7; /* theme primary color */
}
:root {
  --theme-secondary-color: #202020; /* theme secondary color */
}
:root {
  --theme-white-color: #fff; /* theme white font color */
}
:root {
  --theme-light-color: #f8f9fa; /* theme light gray color */
}
:root {
  --theme-gray-color: #ececec; /* theme gray color */
}
:root {
  --theme-text-gray: #13111b; /* theme text gray color */
}
:root {
  --theme-dark-color: #181a1d; /* theme dark color ok*/
}
:root {
  --theme-footer-color: #0e0d14; /* theme dark color ok*/
}
:root {
  --theme-primary-opacity-color: rgba(
    245,
    133,
    54,
    0.8
  ); /* theme secondary color */
}
:root {
  --theme-secondary-opacity-color: rgba(
    12,
    25,
    62,
    0.8
  ); /* theme secondary color */
}
:root {
  --theme-white-opacity-color: rgba(255, 255, 255, 0.5); /* theme light color */
}
:root {
  --text-light-color: #a5a5a5; /* text light color */
}

/*==================================
Font Variable
==================================*/
:root {
  --theme-general-font: 'Roboto', sans-serif; /* Font use for normal text and general text */
}
:root {
  --theme-hiperlink-font: 'Roboto', sans-serif; /* Font use for normal text and general text */
}
:root {
  --theme-highlight-font: 'Rajdhani', sans-serif; /* Font used in title or special area */
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
}
