:root {
  --small-margin: 10px;
  --normal-margin: 20px;
  --big-margin: 40px;
  /*--main-color: #3BA6FF;*/
  --main-color: <?php echo $mainColor; ?>;
  --title-font: Helvetica, sans-serif;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('../fonts/fa-brands-400.woff2') format('woff2'),
        url('../fonts/fa-brands-400.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}