@font-face
{
   font-family: "Roboto";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Roboto Black";
   font-display: swap;
   src: url('../fonts/Roboto-Black.ttf') format('truetype');
}
@font-face
{
   font-family: "Roboto Bold";
   font-display: swap;
   src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face
{
   font-family: "Roboto Condensed";
   font-display: swap;
   src: url('../fonts/Roboto-Thin.ttf') format('truetype');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-display: swap;
   src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face
{
   font-family: "Abel";
   font-display: swap;
   src: url('../fonts/Abel-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Adonay";
   font-display: swap;
   src: url('../fonts/Adonay.ttf') format('truetype');
}
@font-face
{
   font-family: "Evolventa";
   font-display: swap;
   src: url('../fonts/Evolventa-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Open-Sans.woff2') format('woff2'),
        url('../fonts/Open-Sans.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-display: swap;
   src: url('../fonts/Open-Sans-Bold.woff2') format('woff2'),
        url('../fonts/Open-Sans-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Roboto";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Roboto.woff2') format('woff2'),
        url('../fonts/Roboto.woff') format('woff');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
h1, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
