/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
  --c-white: #fff;
  --c-blue-magenta: #4b46ae;
  --c-dark-navy: #07426d;
  --c-bright-teal: #12b1ae;
  --c-dark-gray: #444444;
  --c-bright-blue: #32aaff;
  --c-gradient-lavender-ocean: linear-gradient(
    102.07deg,
    #8c87e8 0%,
    #1680b8 100%
  );

  /* =============================================
       * TYPOGRAPHY TOKENS
       * ============================================= */
  --text-xs: 0.75rem; /* 12px */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.5rem; /* 24px */
  --text-xl: 2rem; /* 32px */
  --text-xxl: 4.5rem; /* 72px */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-chip {
  width: fit-content;
}

.custom-chip p {
  font-size: 12px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.custom-animation-text {
  margin-bottom: 8px !important;
}

.footer__networks{
	display: flex !important;
}
