.text-block{
  &.text-sm{
    font-size: var(--font-size-sm);
  }
  &.text-lg{
    font-size: 1.375rem;
    font-weight: 500;
  }
  &.text-xl{
    font-size: 2.25rem;
    font-weight: 600;
  }

  &.text-align-center{
    justify-self: center;
  }
}

/* Tailles */


/* Couleurs */


/* Alignement */


/* Typographie interne */
