:root {
    --primary-color: #ff8749;
    --primary-dark-color: #ff5722;
    --gradient-color-one: #ff8749;
    --gradient-color-two: #ff8149;
    --color-text: #fff;
    --body-font: 'DINRegular', sans-serif;
    --logo-font: 'DINRegular', sans-serif;
    --html-font-size-0: 18px;
    --html-font-size-992: 19px;
    --html-font-size-1200: 20px;
    --background-header: #ff5722;
    --border-radius-logo: 0;
    --width-logo: 70%;
    --height-logo: 70%;
    --align-titulo: center;
    --size-titulo: 2em;
    --display-text-in-banner: none;
}

@font-face {
  font-family: Oswald;
  src: url(/view/fonts/Oswald-Regular.ttf);
}

@font-face {
  font-family: DINRegular;
  src: url(/view/fonts/DINPro-CondRegular.otf);
}

@font-face {
  font-family: DINBold;
  src: url(/view/fonts/DINPro-CondBold.otf);
}