/* FONT FAMILY */
@font-face {
  font-family: 'casacrea-font'; /* Assign a name to your font */
  src: url('fonts/PPAgrandir-Variable.ttf') format('truetype-variations'); /* Specify the path to your .ttf file */

}

/*CUSTOM THEME CASACREA*/
:root {
  --color-indigo-950: #2A264D;
  --color-indigo-900: #443E7C;
  --color-orange-500: #FF7801;
  --color-green-400: #87C66D;
  --color-green-100: #CFE8C5;
  --color-amber-300: #FFDE59;
  --color-black: #000000;
  
  --font-sans: "casacrea-font", ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-weight-extrabold: 900;
}

html {
	--scroll-behavior: smooth!important;
	scroll-behavior: smooth!important;
}

