/*
==========================================================

    K9 ARCHIVE V2.1

    Theme Variable System

    Default fallback theme.
    Individual dogs overwrite these values
    from their JSON profile.

==========================================================
*/


:root{


    /* ==================================================
       BACKGROUNDS
    ================================================== */


    --bg:#080b10;

    --panel:#131923;

    --panel2:#182131;



    --hero-start:#1f2d46;

    --hero-end:#080b10;



    --card-start:#182131;

    --card-end:#10151d;





    /* ==================================================
       ACCENTS
    ================================================== */


    --accent:#ffca3a;

    --accent2:#ffb703;

    --accent-soft:#fff2ba;





    /* ==================================================
       TEXT
    ================================================== */


    --text:#ffffff;

    --muted:#9da7b7;





    /* ==================================================
       EFFECTS
    ================================================== */


    --glow:#ffca3a;

    --icon:#ffca3a;


    --status:#8ac926;





    /* ==================================================
       MISC
    ================================================== */


    --danger:#ff595e;


    --border:

        rgba(255,255,255,.08);


}