/* ====================================================== */
/* PALETA PREMIUM CLARA DO VRUMLAB                        */
/* ====================================================== */

:root {
  /* ==================================================== */
  /* FUNDOS                                                */
  /* ==================================================== */

  --bg: #f7f8fa;
  --bg-soft: #eef1f5;
  --bg-card: rgba(255,255,255,0.82);
  --bg-dark: #24313d;

  /* ==================================================== */
  /* TEXTO                                                 */
  /* ==================================================== */

  --text: #1d2731;
  --text-soft: #66717d;
  --text-light: #8b95a1;

  /* ==================================================== */
  /* CORES PRINCIPAIS                                      */
  /* ==================================================== */

  --gold: #c6a96f;
  --gold-light: #dcc08b;
  --gold-dark: #9d7f46;
  --gold-soft: rgba(198,169,111,0.14);

  --petrol: #445c6d;
  --petrol-light: #5f7687;
  --petrol-dark: #2f4657;
  --petrol-soft: rgba(68,92,109,0.10);

  /* ==================================================== */
  /* BORDAS E SOMBRAS                                      */
  /* ==================================================== */

  --border: rgba(68,92,109,0.10);
  --border-strong: rgba(68,92,109,0.18);

  --shadow:
    0 14px 36px rgba(15,23,42,0.06),
    0 2px 10px rgba(15,23,42,0.04);

  --shadow-hover:
    0 22px 46px rgba(15,23,42,0.10),
    0 6px 16px rgba(15,23,42,0.05);

  /* ==================================================== */
  /* EFEITOS                                               */
  /* ==================================================== */

  --glass: rgba(255,255,255,0.68);
  --glass-strong: rgba(255,255,255,0.82);

  --radius: 30px;
  --radius-small: 18px;
  --radius-large: 38px;
}