/**
* @fileoverview Sunset Theme for Rantii
* @author retoor <retoor@molodetz.nl>
* @description Warm sunset orange theme
* @keywords theme, sunset, orange, colors
*/
:root.theme-sunset,
.theme-sunset {
--color-bg: #1f1410;
--color-bg-secondary: #2a1a14;
--color-bg-tertiary: #3d261c;
--color-surface: #2a1a14;
--color-surface-hover: #453024;
--color-border: #5a4030;
--color-text: #fef3e8;
--color-text-secondary: #d4b8a0;
--color-text-muted: #8a7060;
--color-primary: #ff7043;
--color-primary-hover: #ff8a65;
--color-secondary: #3d261c;
--color-success: #aed581;
--color-warning: #ffca28;
--color-error: #ef5350;
--color-info: #4fc3f7;
--color-upvote: #aed581;
--color-downvote: #ef5350;
--color-link: #4fc3f7;
--color-code-bg: #170e0a;
--color-overlay: rgba(31, 20, 16, 0.8);
}