/*
Theme Name: Allterra
Theme URI: https://allterraagro.com/
Description: Tema limpo base para construÃ§Ã£o nativa no Elementor Pro.
Version: 3.0.0
Author: Allterra
Text Domain: allterra
*/
/* -------------------------------------------------------------------------
   FONTE LOCAL BRITTI SANS (OFICIAL DO PROJETO ALLTERRA)
   ------------------------------------------------------------------------- */
@font-face {
  font-family: "Britti Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/BrittiSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Britti Sans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/BrittiSans-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Britti Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/BrittiSans-Semibold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Britti Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/BrittiSans-Bold.ttf") format("truetype");
  font-display: swap;
}

/* -------------------------------------------------------------------------
   BASE & RESET
   ------------------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  background-color: #52312e;
  color: #b9aa9b;
  font-family: "Britti Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

