/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  src: url('fonts/Poppins.woff2') format('woff2');
}
.site-nav a {
  background: linear-gradient(90deg, #6BE52A, #4733F6);
  background-clip: text;
  -webkit-background-clip: text; /* Safari still needs the prefix */
  color: transparent;
  -webkit-text-fill-color: transparent; /* Safari fallback */
  mix-blend-mode: difference;
}