/**
 * @fileoverview Ocean Theme for Rantii
 * @author retoor <retoor@molodetz.nl>
 * @description Deep ocean blue theme
 * @keywords theme, ocean, blue, colors
 */

:root.theme-ocean,
.theme-ocean {
    --color-bg: #0a1929;
    --color-bg-secondary: #0d2137;
    --color-bg-tertiary: #132f4c;
    --color-surface: #0d2137;
    --color-surface-hover: #173a5e;
    --color-border: #1e4976;
    --color-text: #e7ebf0;
    --color-text-secondary: #b2bac2;
    --color-text-muted: #6f7e8c;
    --color-primary: #5090d3;
    --color-primary-hover: #66a6e8;
    --color-secondary: #132f4c;
    --color-success: #66bb6a;
    --color-warning: #ffa726;
    --color-error: #ef5350;
    --color-info: #42a5f5;
    --color-upvote: #66bb6a;
    --color-downvote: #ef5350;
    --color-link: #42a5f5;
    --color-code-bg: #001e3c;
    --color-overlay: rgba(10, 25, 41, 0.8);
}
