/* Dictionary of Truth (DoT) Utilities
   Homepage is canonical.
   Do not add raw values. Add tokens first in dot.tokens.css.
*/

.u-text-center { text-align: center !important; }
.u-text-left { text-align: left !important; }
.u-text-right { text-align: right !important; }

.u-mt-0 { margin-top: 0 !important; }
.u-mb-0 { margin-bottom: 0 !important; }
.u-pt-0 { padding-top: 0 !important; }
.u-pb-0 { padding-bottom: 0 !important; }

.u-hidden { display: none !important; }
