/*
Theme Name: Synvenso
Description: Synvenso theme for Avada theme
Author: Invenso
Author URI: https://www.invenso.nl
Template: Avada
Version: 0.1.0
Text Domain:  Avada
*/

:root {
  --color-primary: #2bb1a7;
  --color-secondary: #8fd07f;
  --color-accent: #0f3447;
  --color-dark: #123a52;
  --color-light: #ffffff;
  --color-text: #0f3447;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #f7fcfb 0%, #fbf9f6 100%);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.45;
}