/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Theme
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Theme
# Content
--------------------------------------------------------------*/

:root {
  --primary: #ef233c;
  --secondary: #ef233c;
  --background-color: #edf2f4;

  --text-font: "Robot", sans-serif;
  --text-font-weight: 300;
  --text-color: #2b2d42;
  --text-letter-spacing: 1px;

  --max-width: 1500px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.section-title {
  color: var(--text-color);
}
