:root {
  --tblr-primary: #0068b7;
  --tblr-primary-rgb: 0, 104, 183;
}

.btn-primary { background-color: #0068b7; }
.btn-primary:hover { background-color: #00589b; }
.btn-primary:active { background-color: #004a83; }

a { color: #0068b7; }
.avatar { background-color: #0068b7; }

/* override: Tabler の `:root { font-size: 16px }`(特異性 0,1,0)に
   ベース `html { ... }`(0,0,1)では負けるため、`font-small` も明示クラスで指定する */
html.font-small { font-size: 14px; }
html.font-medium { font-size: 16px; }
html.font-large { font-size: 18px; }
