/* Colors palette */

:root {
  --red: #c77975;
  --yellow: #edcf8e;
  --black: #121619;
  --blue-gray: #88a2aa;
  --white: #e3e3e3;
}
