
*, *::before, *::after {
    box-sizing: border-box;
    /* font-family: "Source Code Pro", sans-serif; */
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.metric-text {
    color: #1A1A1A;
    /* font-size: 14px; */
}

.metric-value {
    font-weight: bold;
    /* font-size: 14px; */
}

/* 
#root {
    height: 100vh;
} */
