html {
  position: relative;
  width: 100%;
  overflow-x: hidden ;
}

:root {
  --main-accent-color: #000;

  --math: #FF6433;
  --physics: #FFC300;
  --neuroscience: #A68C5B;

  --sissa: #000;
  --ilas: #000;

  /* Brand palette — the floor under the values pt_base_preprocess_html writes
     onto <body> from the "Main color" of the Branding site setting. Those win
     (an inline style on a descendant beats :root), so these only apply when no
     colour has been set yet: a fresh clone of this repository, before anyone
     has been into the backend. The pairing is the one the main SISSA site
     used, and the one readableOn() returns for #000. */
  --accent: #000;
  --accent-text: #fff;
  --card-accent: #000;
  --plus-color: #fff;
  --site-accent: #000;
}
