<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color-hightlight: #d78209;
    --color-main: #b88f2c;
    --color-text: #afafaf;
    --color-top: #B27E3D;
    --color-border: #3c3c3c;
    --svg-hover: invert(55%) sepia(7%) saturate(4312%) hue-rotate(328deg) brightness(106%) contrast(102%);
    --svg-white: invert(1);
    
    --font-main: 'Be Vietnam Pro', sans-serif;
    --font-highlight: 'Be Vietnam Pro', sans-serif;
    
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #ffb822;
    --light: #f5f5f5;
    --blue: #368FFF;
    --blue-light: #6098DE;
    --blue-black: #252984;
    --purple: #7145BE;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #4AAEAE;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #6c757d;

    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}</pre></body></html>