/*
Theme Name: RiskPersona
Theme URI: https://riskpersona.com
Author: RiskPersona
Author URI: https://riskpersona.com
Description: Behavioral Advising theme for RiskPersona - Enneagram-powered risk and personality assessment platform for financial advisors.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: riskpersona
*/

/* Base styles */
body {
    background-color: #FDFCF8;
    color: #0f172a;
}
::selection {
    background-color: #fed7aa;
}
.fade-in-element {
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 1000ms;
}
