@import url('https://fonts.googleapis.com/css2?family=Montserrat');

.title__content {
    font-family: "Montserrat";
    font-weight: 600;
}

.article__p {
    font-family: "Montserrat";
}

.flowchart {
     g {
         .article__p {
             font-family: inherit;
         }
     }
}