/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

@import url("../hello-elementor/style.css");

@font-face {
  font-family: 'FredokaVariable';
  src: url('https://santamaluca.com/wp-content/uploads/2025/07/Fredoka-VariableFont_wdthwght.ttf') format('truetype');
  font-weight: 100 900; /* intervalo de peso para fonte variável */
  font-stretch: 75% 125%; /* intervalo de largura para fonte variável */
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'FredokaVariable', sans-serif;
  font-weight: 400;
}

