﻿/* TYPOGRAPHY */

.m-ui h1,
.m-ui h2,
.m-ui h3,
.m-ui h4,
.m-ui h5,
.m-ui h6 {
    margin: 0;
    line-height: 1em;
    font-weight: 100;
}

.m-ui span,
.m-ui i,
.m-ui b,
.m-ui strong,
.m-ui ins,
.m-ui u,
.m-ui s,
.m-ui del,
.m-ui mark,
.m-ui small,
.m-ui sup,
.m-ui sub,
.m-ui pre,
.m-ui code,
.m-ui p {  }

.m-ui b,
.m-ui strong {
	font-weight: 400;
}

.m-ui a {
    text-decoration: none;
    color: inherit;
}

.m-ui mark { background-color: var(--m-semilight-yellow); } /* Yellow */
.m-ui mark.blue { background-color: var(--m-semilight-blue); }
.m-ui mark.green { background-color: var(--m-semilight-green); }
.m-ui mark.orange { background-color: var(--m-semilight-orange); }
.m-ui mark.red { background-color: var(--m-semilight-pink); }
.m-ui mark.grey { background-color: var(--m-semilight-grey); }
