@font-face {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
}

@font-face {
    font-family: 'Lato-Semibold';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Lato Semibold'), local('Lato-Semibold'), url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
}

@font-face {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
}

html {
    font-family: "Lato-Regular", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    line-height: 1.5;
}

.tw-font-sans{
    font-family: "Lato-Regular", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
}

button{
    font-family: "Lato-Semibold", "Lato-Regular", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
}

.lmg-login-button, .lmg-new-register-button, .lmg-new-register-button, .register-signin-button, .lmg-login-title{
    font-family: "Lato-Semibold", "Lato-Regular", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
}