/**
 * Okuvision Global Typography
 *
 * Global typography system for consistent text styling across the entire Okuvision project.
 * Provides font families, sizes, weights, line-heights, and utility classes.
 *
 * @package Okuvision
 * @since 1.0.0
 */

/* ==========================================================================
   CSS Custom Properties - Typography Variables
   ========================================================================== */

:root {
    --oku-word-spacing-compressed: -0.3em;
}

/* ==========================================================================
   Typography Selectors
   ========================================================================== */

.font-714446{
    word-spacing: var(--oku-word-spacing-compressed);
}

.text-stroke {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--oku-color-orange);
}

.text-stroke p {
    color: transparent !important;
}
