@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    src: url('https://tuitam.com.pl/themes/default/assets/fonts/Poppins-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('https://tuitam.com.pl/themes/default/assets/fonts/Poppins-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url('https://tuitam.com.pl/themes/default/assets/fonts/Poppins-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url('https://tuitam.com.pl/themes/default/assets/fonts/Poppins-Bold.ttf');
    font-display: swap;
}