/* 
 Theme Name:   Rowtech
 Theme URI:    https://rowtech.it
 Description:  Tema custom standalone per Row Tech.
 Author:       rowtech
 Author URI:   https://rowtech.marcoronco.me
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@font-face {
    font-family: "Satoshi";
    src: url("/wp-content/uploads/2024/08/Satoshi-Regular.woff") format("woff"),
         url("/wp-content/uploads/2024/08/Satoshi-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("/wp-content/uploads/2024/08/Satoshi-Bold.woff") format("woff"),
         url("/wp-content/uploads/2024/08/Satoshi-Bold.ttf") format("truetype");
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stem";
    src: url("/wp-content/uploads/2024/11/Stem-Medium.ttf") format("truetype");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Archivo Black";
    src: url("/wp-content/uploads/2025/01/ArchivoBlack-Regular.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html body,
html body *,
html body [class],
html body [class] *,
html body [id],
html body [id] * {
    letter-spacing: normal !important;
}

#whatsapp-icon img {
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#whatsapp-icon img:hover {
    transform: scale(1.1);
}
