/**
 * Global Colors
 */
/**
 * Global Fonts
 */
/**
 * Other variables
 */
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,200,0,0);
:root {
  --tff-colors-l1: #FFFFFF;
  --tff-colors-l2: #F7F4F0;
  --tff-colors-l3: #F0EBE6;
  --tff-colors-d1: #000000;
  --tff-colors-d2: #232323;
  --tff-colors-d3: #282828;
  --tff-colors-d4: #434343;
  --tff-colors-d5: #919191;
  --tff-colors-a1: #DEC1A0;
  --tff-colors-a2: #AF5E5E;
  --tff-fonts-heading: Playfair Display, serif;
  --tff-fonts-text1: Montserrat, sans-serif;
  --tff-fonts-text2: Roboto, sans-serif;
  --tff-fonts-icons: Material Symbols Outlined;
  --tff-lr-pad: 150px;
}

/*# sourceMappingURL=main.css.map */
