=================================
/* MOVIE ADV CUSTOM STYLESHEET */
=================================
:root {
    --bs-font-sans-serif: "arial-rounded-regular", sans-serif;
}

@font-face {
    font-family: 'arial-rounded-regular';
    src: url('../fonts/arialroundedmtregular-webfont.woff2') format('woff2'),
         url('../fonts/arialroundedmtregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arial-rounded-bold';
    src: url('../fonts/arialroundedmtbold-webfont.woff2') format('woff2'),
         url('../fonts/arialroundedmtbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.carousel-indicators {gap:10px;}
.carousel-indicators [data-bs-target] {background-color:#1d1d1b;opacity:.3!important;width:12px;height:12px;border-radius:100%;border:5px solid white;overflow:hidden;flex-shrink:0;}
.carousel-indicators button.active {background-color:#c73418!important;opacity:1!important;box-shadow:0 0 0 5px #1d1d1b;}

body, body * {font-family:"arial-rounded-regular"!important;}
body strong, body b, body h1, body h2, body h3 {font-family:"arial-rounded-bold"!important;}
.copyright {opacity:.5;}
.copyright * {font-size:12px;}
.carousel-caption {overflow:visible;}