html {
font-size: 16px;
}
body {
font-size: 0.875rem;
line-height: 1.25rem;
}
p {
color: $primary;
font-size: 0.875rem;
line-height: 1.5rem;
}
h1 {
color: $primary;
font-size: 1.625rem;
line-height: 2.25rem;
font-weight: 600;
letter-spacing: 0.0125rem;
}
h2 {
color: $primary;
font-size: 1.25rem;
line-height: 1.75rem;
}
h3 {
color: $primary;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 600;
}
h4 {
color: $primary;
font-size: 0.75rem;
line-height: 1rem;
font-weight: 600;
letter-spacing: -0.0125rem;
}
select {
background-color: $neutral-4;
cursor: pointer;
border: none;
padding-right: 1rem;
-webkit-appearance: none;
-moz-appearance: none;
}
.zuo-flex {
display: flex;
&--center {
align-items: center;
}
}
.zc-spin {
display: inline-block;
-webkit-animation: zc-spin 2s infinite linear;
animation: zc-spin 2s infinite linear;
}
@keyframes zc-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
// Potential to remove focus ring from select
// :-moz-focusring {
// color: transparent;
// text-shadow: 0 0 0 #000;
// }
// option:not(:checked) {
// color: black; /* prevent