:root {
    --color-black: #303C49;
    --color-red: #E40045;
    --color-grey: #AFAFAF;
    --text-color: #050D61;
    --border-box-color: #050D61;
}

@font-face {
  font-family: MANBold;
  src: url(../fuentes/ManGlobalPro-BoldCondensed.ttf);
}

@font-face {
  font-family: MANRegular;
  src: url(../fuentes/ManGlobalPro-RegularCondensed.ttf);
}

@font-face {
  font-family: MANLight;
  src: url(../fuentes/ManGlobalPro-LightCondensed.ttf);
}

@font-face {
  font-family: MANGlobalBold;
  src: url(../fuentes/ManGlobal-Bold.ttf);
}