/* Google Fonts - loaded locally */
@import url('/newsite/lib/fonts/google-fonts-local.css');



/* CSS Variables for Fonts */
:root {
  --font-display: 'Fjalla One', sans-serif;


  --font-body: 'DM Sans', sans-serif;
}

/* Base Styles */
body {
  font-family: var(--font-body);
}

a{
    text-decoration: none !important ;
    color: inherit;
}


p{
    text-align: justify;
}

.text-color{
    color: #16A2E7E6 !important;
}

.about-title-italic{
    color: 16A2E7E6 !important;
}
