@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Global font stack applied across the app */
html, body, button, input, select, textarea {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

/* Left align headings in About section on client.php */
#about,
#about h2,
#about h3,
#about h4 {
    text-align: left;
}

/* Allow paragraphs with text-justify class to be justified */
#about p.text-justify {
    text-align: justify;
}


