﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
    --font-sans-serif: "Verdana";
}

body {
    font-family: var(--font-sans-serif);
}

/*a {
    color: #4154f1;
    text-decoration: none;
}*/

/*a:hover {
    color: #717ff5;
    text-decoration: none;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-sans-serif);
}

.fs-7 {
    font-size: 0.75em !important;
}
.fs-footer {
    font-size: 0.7em !important;
}
.bg-success {
    --bs-bg-opacity: 0.5;
}
.bg-danger {
    --bs-bg-opacity: 0.5;
}