/*
 * ======================
 * CONFIGURAÇÃO DE FONTES
 * !Importamte
 * =================
 */

@font-face {
    font-family: 'Solo Network Regular';
    src: url('https://laoncommerce.com.br/solonetwork/wp-content/uploads/fonts/Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solo Network Bold';
    src: url('https://laoncommerce.com.br/solonetwork/wp-content/uploads/fonts/Bd.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solo Network Light';
    src: url('https://laoncommerce.com.br/solonetwork/wp-content/uploads/fonts/Lt.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Solo Network Italic';
    src: url('https://laoncommerce.com.br/solonetwork/wp-content/uploads/fonts/It.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


p, span, small, div, a, button  {
	font-family: Solo Network Regular !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: Solo Network Regular !important;
}

em{
	font-family: Solo Network Italic !important;
}

strong{
	font-family: Solo Network Bold !important;
}

.light{
	font-family: Solo Network Light !important;
}
