\begin{table}
\centering
\begin{tblr}[         %% tabularray outer open
]                     %% tabularray outer close
{                     %% tabularray inner open
colspec={Q[]Q[]Q[]},
}                     %% tabularray inner close
\toprule
a & b & c \\ \midrule %% TinyTableHeader
Food: Burger & 1.432 & 99T \\
Food: Halloumi & 201.399 & 7.3B \\
Food: Tofu & 0.146 & 29M \\
Food: Beans & 0.003 & 94K \\
\bottomrule
\end{tblr}
\end{table} 
