/* Chart colors */
@property --dark-blue {
  syntax: "<color>";
  inherits: false;
  initial-value: #17213c;
}

@property --light-blue {
  syntax: "<color>";
  inherits: false;
  initial-value: #005b92;
}

@property --gold {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffd200;
}

/* fonts & icons */

@font-face {
  font-family: "Ubuntu-regular";
  src: url("../fonts/UbuntuCondensed-Regular");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ruddy-Regular";
  src: url("../fonts/Ruddy-Regular");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?-3latrw");
  src:
    url("../fonts/icomoon.eot?#iefix-3latrw") format("embedded-opentype"),
    url("../fonts/icomoon.woff?-3latrw") format("woff"),
    url("../fonts/icomoon.ttf?-3latrw") format("truetype"),
    url("../fonts/icomoon.svg?-3latrw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
