@font-face {
    font-family: 'Toolsgroup-Regular';
    src: url('/wp-content/themes/tgroup/assets/fonts/Poppins-Regular.woff2') format('woff2'),
         url('/wp-content/themes/tgroup/assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toolsgroup-Semibold';
    src: url('/wp-content/themes/tgroup/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('/wp-content/themes/tgroup/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toolsgroup-Bold';
    src: url('/wp-content/themes/tgroup/assets/fonts/Poppins-Bold.woff2') format('woff2'),
         url('/wp-content/themes/tgroup/assets/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Toolsgroup-Regular','Open Sans','Verdana';
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal; 
    line-height: 1.65;
    letter-spacing: normal;
}
