/*
Theme Name: Orana Digital
Theme URI: https://oranadigital.com.au/
Template: hello-elementor
Author: BuildPress
Author URI: https://buildpress.dev/
Description: Orana Digital is a modern, responsive WordPress theme designed for creative digital agencies. It features a sleek, professional layout perfect for showcasing your services, portfolio, and expertise. With a user-friendly interface and intuitive design, this theme is optimized for both desktop and mobile devices to ensure an optimal viewing experience across all screen sizes. Whether you're building a brand, launching a marketing campaign, or presenting your digital projects, Orana Digital offers flexible customization options, stunning visuals, and seamless functionality to help your agency stand out in the digital world.
Version: 1.0.1758771723
Updated: 2025-09-25 03:42:03

*/

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html { scroll-behavior: auto !important; }

/*  {
    cursor: none;
}

.custom-cursor {
    position: fixed;
    width: 26px;
    height: 26px;
    pointer-events: none;
    transform: translate(-20%, -20%);
    z-index: 800;
}

.cursor-circle {
    position: fixed;
    width: 30px;
    height: 30px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 700;
    transition: opacity 0.2s ease;
}

a:hover~.cursor-circle,
button:hover~.cursor-circle {
    opacity: 0;
} 

*/