/* css custom */

:root {
    --font-size-p: 1rem; 
  }
  
  p {
    font-size: var(--font-size-p);
  }