@font-face {
    font-family: 'Graphik LCG';
    src: url('fonts/GraphikLCG-Regular.woff2') format('woff2'),
        url('fonts/GraphikLCG-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('fonts/GraphikLCG-Medium.woff2') format('woff2'),
        url('fonts/GraphikLCG-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LCG';
    src: url('fonts/GraphikLCG-Semibold.woff2') format('woff2'),
        url('fonts/GraphikLCG-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.title {           
            font-family: "Graphik LCG";
            font-size: 28px;
            line-height: 100%;
      
}

.name {           
            font-family: "Graphik LCG";
            font-size: 28px;
            font-weight: 500;
    
}

.work {           
            font-family: "Graphik LCG";
            font-size: 28px;
            line-height: 100%;
       
   
}

.text {             
            font-family: "Graphik LCG";
            line-height: 170%;

  
}


