


@import "/css/fonts.css";



:root {
  --bg: #D8E2DC;
  --faded: #F4ACB7;
  --body: #FFCAD4;
  
  --primary: #B56576;
  --secondary: #E56B6F;
  --tertiary: rgba(85,110,210,1);
  
  --border: 1.5px solid #9D8189;
  --border-color: #9D8189;
  --border_width: 0;
  --border-radius: 10px;
  
  --font: #1D3557;
  --text-faded: #555;
  --text-light: #FFE5D9;
  --text-light-faded: #808080;
  --font-family: calibri, sans-serif;
}

body {
  font-size: 0.8em;
  color: var(--font);
  font-weight: 400;
  font-family: var(--font-family);
}

/* ---------------------- TEXT CUSTOMIZATION ---------------------- */



::selection {
  color: var(--text-light);
  background: #6D597A;
}


