@font-face {
    font-family: 'ARBonnie';
    src: url('./ARBonnie.ttf') format('truetype');
}

@font-face {
    font-family: 'Ashley';
    src: url('./ashley.woff') format('woff');
}

@font-face {
    font-family: 'Comfortaa';
    src: url('./comfortaa_regular.woff') format('woff');
}

:root {
    --main-bg-color: rgb(0, 38, 59);
    --emph-txt-color: rgb(213, 178, 105);
    --main-txt-color: white;
}

html {
    scrollbar-color: var(--emph-txt-color) var(--main-bg-color);
}

h1 {
    margin-top: 0;
    font-size: 54px;
}

h2 {
    font-size: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
    margin-top: 24px;
    font-weight: 500;
    color: var(--emph-txt-color);
    font-family: 'ARBonnie', serif;
}

body {
    font-family: 'Comfortaa', serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--main-txt-color);
    background-color: var(--main-bg-color);
    line-height: 1.4;
    max-width: 800px;
    margin: 20px auto;
    padding: 0 10px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    text-align: justify;

}

.us {
    color: var(--emph-txt-color);
}

#mapframe {
    border: 1px solid var(--emph-txt-color);
    max-width: 100%;
}

a {
    color: var(--emph-txt-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    color: var(--emph-txt-color);
}



#cagnotte {
    color: var(--emph-txt-color);
    border-color: var(--emph-txt-color);
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    text-align: center;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    transition-behavior: normal, normal, normal, normal;
    transition-delay: 0s, 0s, 0s, 0s;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-property: color, background-color, border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    user-select: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 38, 59, 0)
}


.img-container {
    padding-left: 20px;
    padding-right: 20px;
}

img,
video {
    max-width: 100%;
    height: auto;
}