/* =========================================================
   TIMOB Site Template 02 - Premium Quadrado
   Skin visual do Template 01 com cantos retos.
   Mantem as mesmas views PHP e herda todas as correcoes do template base.
   ========================================================= */

@import url("../../../template-001/assets/css/style.css");

:root {
  --radius-xl: 0px;
  --radius-lg: 0px;
  --radius-md: 0px;
}

body *,
body *::before,
body *::after {
  border-radius: 0 !important;
}

.floating-whatsapp {
  border-radius: 50% !important;
}

.floating-whatsapp::before,
.floating-whatsapp::after {
  border-radius: 50% !important;
}
