:root {--prime-primary: #ff4405;--prime-secondary: #162451;--prime-text: #333333;--prime-accent: #ff4405;}body { color: var(--prime-text); }h1, h2, h3, h4, h5, h6 { color: var(--prime-primary); }a { color: var(--prime-accent); transition: color 0.3s ease; }a:hover, a:focus { color: var(--prime-primary); }button, input[type="submit"], input[type="button"], .wp-block-button__link { background-color: var(--prime-accent); color: #ffffff; border: none; transition: background-color 0.3s ease; }button:hover, input[type="submit"]:hover, input[type="button"]:hover, .wp-block-button__link:hover { background-color: var(--prime-primary); }blockquote { border-left: 4px solid var(--prime-secondary); color: var(--prime-secondary); } .prime-core-btt { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; background-color: #ff4405; border-radius: 0 px; color: #ffffff; font-size: 16px; display: flex; align-items: center; justify-content: center; text-decoration: none; cursor: pointer; z-index: 99999; box-shadow: 0 4px 10px rgba(0,0,0,0.15); opacity: 0; visibility: hidden; transform: translateY(-120vh); transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); } .prime-core-btt.prime-btt-show { opacity: 1; visibility: visible; transform: translateY(0); } .prime-core-btt.prime-btt-show:hover { background-color: #162451; color: #ffffff; transform: translateY(-8px); } .prime-core-btt i, .prime-core-btt svg { color: inherit; fill: inherit; transition: inherit; } 