/* Select */

/* h1,h2,h3,p,div,img {
    -webkit-user-select: none;
    user-select: none;
}

pre, code {
    -webkit-user-select: auto;
    user-select: auto;
} */


/* Headings and Paragraphs */
/* Font-Size & Weight */

/* h1 {
    font-size: 3rem;
    margin-left: -0.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
}

h3 {
    font-size: 1rem;
    font-weight: 700;
}

p {
    font-size: 0.75rem;
} */

/* color */
/* .*-Primary h1, 
.*-Primary h2, 
.*-Primary h3,
.*-Primary p {
  color: white;
} */