:root {
    --primary-color: #000;
    --primary-dark-color: #000;
    --gradient-color-one: #E1E2E1;
    --gradient-color-two: #E1E2E1;
    --color-text: #000;
    --html-font-size-0: 14px;
    --html-font-size-992: 14.5px;
    --html-font-size-1200: 15px;
    --background-header: inherit;
    --border-radius-logo: 0%;
    --width-logo: 128px;
    --height-logo: 128px;
    --align-titulo: center;
    --size-titulo: 2em;
    --display-text-in-banner: block;
}

@font-face {
  font-family: Ugo;
  src: url(/view/fonts/OstrichSans-Bold.otf);
}