/* GDEX theme colors adhere to the NCAR branding color guidelines.  See https://news.ucar.edu/brand. */
:root {
    --gdex-blue: #0057C2;
    --gdex-dark-blue: #00357A;
    --gdex-space: #011837;
    --gdex-white: #FFFFFF;
    --gdex-light-gray: #F1F0EE;
    --gdex-light-blue: #42C0FF;
    --gdex-orange: #FAA119;
    --gdex-yellow: #FFDD31;

    --gdex-text-dark: #1A1A2E;
    --gdex-text-muted: #6B7A99;
    --gdex-text-muted-alt: #5A6A80;
    --gdex-text-body: #333333;
    --gdex-icon-muted: #9AABBF;

    --gdex-border: #DCE8F8;
    --gdex-border-input: #C5D0E0;

    --gdex-bg-card: #F8F8F8;
    --gdex-bg-tint: #E8F0FB;
    --gdex-bg-meta: #F1F0EE;
}