:root
{
    --white-smoke: #EFEFEF;
    --royal-blue: #2A63FF;
    --maya-blue: #81B0FF;
    --ebony: #2D2F37;
    --hawkes-blue: #D6D9DE;
    --sunglow: #FDC841;
}

/* Colores */
.bg-dark-primary-color
{
  background-color: var(--royal-blue);
}
.dark-primary-color
{
  color: var(--royal-blue);
}
.primary-text
{
  color: var(--ebony);
}

/* TAMAÑOS DE FUENTE */
.font-5x
{
  font-size: 50px;
}


.beauty-hover :hover
{
  cursor: pointer;
}

a:hover
{
  text-decoration-style: none!important;
}
