@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nova+Round&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Scrollbar secara umum (berlaku untuk X dan Y) */
::-webkit-scrollbar {
    width: 8px; /* Scrollbar vertikal */
    height: 8px; /* Scrollbar horizontal */
}

/* Track (jalur scrollbar) */
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    background-color: var(--white_snow);
}

/* Handle scrollbar (yang bisa digeser) */
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
    background-color: var(--main);
    border-radius: 10px;
}

/* Saat hover di scrollbar handle */
::-webkit-scrollbar-thumb:hover {
    background-color: var(--main_dark);
}

:root {
    --main: #346354;
    --main_light: #80c4b3;
    --main_lightth: #aaddce;
    --main_dark: #2c5c52;
    --main_tua: #2c5c52;
    --orange-pastel: #f7ca89;
    --white_snow: #f6f8fd;
    --white_full: #f6f8fd;
    --font_dark: #1f262a;
    --font-default: "Poppins", sans-serif;
    --font-logo: "Nova Round", system-ui;
}
@import "tailwindcss";

@theme {
    --font-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-default: "Poppins", sans-serif;
    --font-logo: "Nova Round", system-ui;

    --color-main: #346354;
    --color-main-light: #80c4b3;
    --color-main-dark: #2c5c52;
    --color-main-tua: #2c5c52;
    --color-orange-pastel: #f7ca89;
    --color-white-snow: #f6f8fd;
    --color-font-dark: #1f262a;
    --color-white-full: #ffffff;
}
a {
    color: var(--white_snow);
    text-decoration: none;
    transition: color 0.3s ease;
}
* {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
}
html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
/* Tambahkan ini ke custom CSS */
.prosear ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.prosear ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.prosear h2 {
    font-size: 1.5rem;
}
.prosear h3 {
    font-size: 1.3rem;
}
.prosear blockquote {
    border-left: 4px solid #d1d5db; /* gray-300 */
    padding-left: 1rem;
    color: #4b5563; /* gray-700 */
    font-style: italic;
    margin: 1rem 0;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
body {
    margin: 0;
    max-width: 100vw;
    overflow-x: auto;
}
#rc-anchor-container {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 9999 !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: var(--font_dark);
    border: 1px solid var(--main-light); /* border-main */
    border-radius: 0.375rem; /* rounded-md */
    padding: 0.5rem 0.75rem; /* py-2 px-4 */
    color: var(--white_snow); /* text-white-snow */
    min-height: 42px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: var(--main); /* main color */
    color: var(--white_snow);
    border: none;
    border-radius: 0.375rem;
    padding: 2px 10px;
    margin-top: 4px;
    margin-right: 4px;
    font-size: 0.875rem;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main) !important; /* main-light color */
    color: var(--white_snow) !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--main_dark) !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.select2-container--default
    .select2-selection--multiple
    .select2-search__field {
    background-color: transparent;
    color: var(--white_snow);
}
.select2-container--default .select2-selection--multiple {
    border: none !important;
}
.select2-container--open .select2-dropdown--below {
    background-color: var(--font_dark) !important;
    color: var(--white_snow) !important;
    border: none !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    margin-left: 0px !important;
    height: 100% !important;
}
.select2-results__option--selected {
    color: var(--white_snow);
}
.select2-container--default .select2-selection--multiple {
    background-color: var(--font_dark) !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: var(--font_dark) !important;
}
.select2-dropdown {
    background-color: var(--font_dark) !important;
    border: none !important;
}
header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.headerwhite {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: var(--font_dark);
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: auto;
}
article a {
    color: rgb(0, 104, 173) !important;
}
.navawhite {
    color: var(--font_dark);
}
.navahwhite {
    background-color: var(--font_dark);
}
.navawhite:hover {
    color: var(--main);
}
.navahwhite:hover {
    color: var(--main);
}
.navbar .logobanten h1 {
    margin: 0;
    font-family: "Nova Round", system-ui;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 300;
}
.logobantentext {
    margin: 0;
    font-family: "Nova Round", system-ui;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 300;
}
.navbar .logobanten {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.navbar .logobanten img {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #1f262a6b;
    width: 180px;
}
.navbar nav {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.btnlogin {
    border: solid 1px var(--white_snow);
    color: var(--main);
    background-color: var(--white_snow);
    padding: 8px 16px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 8px;
    font-size: 1.3rem;
    line-height: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    transition: background-color 0.3s ease;
}
.btnloginwhite {
    color: var(--white_snow);
    background-color: var(--main);
}
.navbar nav a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.hero {
    background-color: var(--main);
    color: white;
    height: 75vh;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    padding-top: 60px;
    padding-inline: auto;
}
.hero .herokiri {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.herokiri .search {
    align-self: flex-start;
}
.hero img {
    width: 35%;
}
.hero .herokiri .text {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.hero .herokiri .text h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
}
.hero .herokiri .text p {
    font-size: 1.6rem;
    letter-spacing: 3px;
}

.input-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 1rem auto;
}

.input-container .search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: var(--main);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2; /* pastikan di atas input */
    background-color: #e6e6e6;
    padding: 5px 12px;
    border-radius: 23px;
    transition: all 0.3s ease;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.input-container .search-icon:hover {
    background-color: var(--main);
    color: var(--white_snow);
}
.input-container input {
    width: 100%;
    padding: 20px 90px 20px 4.6rem; /* beri padding kiri agar tidak tumpang tindih */
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 1.5rem;
    transition: border-color 0.3s;
    z-index: 1;
    color: var(--font_dark);
    box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.72);
}

.input-container input:focus {
    outline: none;
    box-shadow: -1px 1px 52px 9px rgba(0, 212, 218, 0.95);
    -webkit-box-shadow: -1px 1px 52px 9px rgba(0, 212, 218, 0.95);
    -moz-box-shadow: -1px 1px 52px 9px rgba(0, 212, 218, 0.95);
}

.main-content {
    padding: 60px;
    background-color: var(--white_snow);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: auto;
}
.popupmenu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    height: 10rem;
    background-color: var(--white_snow);
    border-radius: 30px;
    position: relative;
    top: -140px;
    box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: -1px 1px 7px 1px rgba(0, 0, 0, 0.72);
}
.popupmenu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--font_dark);
    gap: 10px;
}
.popupmenu a i {
    padding: 1.5rem 1.5rem;
    border-radius: 20px;
    border: 2px solid #bebebea8;
    font-size: 1.6rem;
}
.popupmenu a i:hover {
    border: 2px solid var(--font_dark);
}
.main-content h2 {
    margin-bottom: 20px;
}

.main-content p {
    max-width: 800px;
    margin: 10px auto;
    line-height: 1.6;
}
.popartikel {
    width: 95%;
    max-width: 100%;
    color: var(--font_dark);
    position: relative;
    top: -100px;
}
.pajudul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.paisi {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.paisi .artikel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 200px;
    border-radius: 20px;

    color: var(--font_dark);
    padding: 10px 15px;
    gap: 1rem;
}
.patext {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    max-height: 170px;
    height: 100%;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.patext p {
    height: 20%;
}
.patext h1 {
    height: 80%;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 0.1px;
    line-height: 1.2rem;
}
@keyframes slide-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.toggle-active .bar:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
}
.toggle-active .bar:nth-child(2) {
    opacity: 0;
}
.toggle-active .bar:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
}

.animate-slide-up {
    animation: slide-up 0.3s ease-out forwards;
}
.patext h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2.5px;
    margin: 3px 0;
}
.badge-green {
    margin: 0px !important;
    display: inline-flex;
    align-items: center;
    background-color: #ecfdf5; /* bg-green-50 */
    padding: 0.1rem 0.5rem; /* py-1 px-2 */
    font-size: 1rem; /* text-xs */
    font-weight: 700; /* font-medium */
    color: #047857; /* text-green-700 */
    border-radius: 0.375rem; /* rounded-md */
    box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.2);
}

.paisi .artikel img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    border-radius: 20px;
}
.parallax-bg {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    z-index: 0;
}

.parallax-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("asset/backdok.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.301); /* Menambahkan kegelapan */
    background-blend-mode: darken; /* Gabungkan warna gelap dengan gambar */
    z-index: -1;
}

.dokter-container {
    background-color: var(--white_snow);
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 40px 20px;
    border-radius: 20px;
    color: var(--font_dark);
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
    align-items: center;
}
.dokter-container .logobantentext {
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 5rem;
}
.dokter-container .dokdes {
    text-align: center;
    margin: 0;
}
.dokdes h1 {
    color: var(--main);
}

.menu-toggle {
    font-size: 2rem;
    font-weight: 800;
}
/* Responsive */
@media (max-width: 1024px) {
    .navbar nav {
        display: none;
    }

    .navbar nav.show {
        display: flex;
        color: var(--font_dark);
        flex-direction: column;
        background: var(--white_snow);
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        justify-content: center;
        padding: 2rem;
        align-items: flex-start;
    }
    .navbar nav.show .btnlogin {
        width: 20%;
    }
    .dokter-container {
        width: 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 30vh;
        justify-content: space-evenly;
    }
    .dokter-container blockquote {
        margin: 0;
    }
    .menu-toggle {
        display: block;
    }
    .hero img {
        position: absolute;
        width: 80%;
        z-index: 0;
        opacity: 0.9;
        left: -70px;
    }
    .popupmenu {
        width: 90%;
        top: -100px;
    }
    .main-content {
        padding: 0px;
    }
    .herokiri {
        width: 95%;
        z-index: 1;
        align-items: flex-start;
    }
    .input-container {
        width: 50%;
        margin: 1rem 0;
    }
    .herokiri {
        text-align: left;
    }
    .hero {
        justify-content: center;
        height: 50vh;
    }
    .herokiri .search {
        align-self: center;
    }
    .hero .herokiri .text {
        flex-wrap: wrap;
    }
    nav#mainMenu a {
        z-index: 99;
    }
}

@media (max-width: 500px) {
    .navbar .logobanten img {
        width: 140px;
    }
    .popupmenu {
        top: -50px;
    }
    .popupmenu a i {
        padding: 1rem 1rem;
    }
    .popartikel {
        top: -50px;
    }
    .popupmenu a {
        width: 30%;
    }
    .patext h1 {
        font-size: 1rem;
        margin: 0;
        text-align: left;
    }
    .patext {
        width: 50%;
    }
    .paisi {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .paisi a img {
        width: 120px !important;
        height: 120px !important;
    }
    .paisi .artikel {
        height: 150px;
        justify-content: space-around;
    }
    .patext {
        height: 120px;
    }
    .patext p {
        font-size: 0.7rem;
    }
    .patext h2 {
        font-size: 0.6rem;
    }
}
html {
    font-size: 16px; /* default */
}
.herojudul {
    color: var(--white_snow);
    text-shadow: 4px 3px 0px #7a7a7a;
}

.unik-dokter-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    background-color: var(--white_snow);
    border-radius: 20px;
}

.unik-logo-text {
    flex: 1 1 300px;
    font-size: 3.5rem;
    letter-spacing: 0.5rem;
    font-weight: bold;
    color: var(--font_dark);
    text-align: center;
    font-family: "Nova Round", system-ui;
    margin: 0;
}

.unik-dokter-deskripsi {
    flex: 2 1 500px;
    color: var(--font_dark);
    max-width: 100%;
}

.unik-dokter-deskripsi h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--font_dark);
    line-height: 1.3;
    word-break: break-word;
}

.unik-dokter-deskripsi blockquote {
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    border-left: 4px solid #ccc;
    padding-left: 15px;
    color: var(--font_dark);
}

@media (max-width: 768px) {
    .unik-dokter-container {
        flex-direction: column;
        text-align: center;
    }

    .unik-logo-text,
    .unik-dokter-deskripsi {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .unik-dokter-deskripsi h1 {
        font-size: 1.4rem;
    }

    .unik-dokter-deskripsi blockquote {
        border-left: none;
        padding-left: 0;
    }
}

/* BASE ANIMASI */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    opacity: 0; /* animasi baru muncul saat in-view */
    animation-play-state: paused; /* tidak jalan dulu */
}

.animated.in-view {
    opacity: 1;
    animation-play-state: running;
}

/* FADE IN */
.fade-in {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* FADE IN UP */
.fade-in-up {
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FADE IN DOWN */
.fade-in-down {
    animation-name: fadeInDown;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* SLIDE IN LEFT */
.slide-in-left {
    animation-name: slideInLeft;
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* SLIDE IN RIGHT */
.slide-in-right {
    animation-name: slideInRight;
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ZOOM IN */
.zoom-in {
    animation-name: zoomIn;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ZOOM OUT */
.zoom-out {
    animation-name: zoomOut;
}
@keyframes zoomOut {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ROTATE IN */
.rotate-in {
    animation-name: rotateIn;
}
@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotate(-180deg) scale(0.7);
    }
    to {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

/* FADE IN SCALE + BLUR */
.blur-in {
    animation-name: blurIn;
}
@keyframes blurIn {
    from {
        opacity: 0;
        filter: blur(10px);
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        filter: blur(0px);
        transform: scale(1);
    }
}

/* TYPEWRITER (for inline text only!) */
.typewriter {
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid currentColor;
    animation: typewriter 3s steps(30, end), blink-caret 0.75s step-end infinite;
}
@keyframes typewriter {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: currentColor;
    }
}
.cardpajudul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.cardartikel {
    max-width: 100%;
    width: 100%;
    color: var(--font_dark);
    padding: 0;
    background-color: var(--white_snow);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: auto;

    border-radius: 20px;
}
pre {
    background-color: #1e1e1e; /* mirip VS Code */
    color: #d4d4d4;
    font-family: "Fira Code", "Courier New", monospace;
    font-size: 14px;
    padding: 16px;
    border-radius: 8px;
    overflow-x: auto;
    line-height: 1.5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    white-space: pre;
}

/* Optional: menambahkan highlight warna dasar */
pre code {
    color: inherit;
}

.cardpaisi .cardartikel img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.cardpaisi {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    gap: 20px;
}
.cardartikel2 {
    color: var(--font_dark);
    padding: 60px;
    background-color: var(--white_snow);
}
.cardpajudul {
    margin-bottom: 30px;
}
.cardartikel2 a {
    background-color: var(--white_snow);
}
.cardpatext {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    flex-wrap: wrap;
    overflow: hidden;
}
.cardpatext p.badge-green2 {
    margin: 0;
    padding: 0;

    font-weight: 800;
}
.cardbacas {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-around;
    align-items: center;
    position: relative;
    top: 20px;
}
.badgebaca {
    color: var(--main);
}
.cardpatext h1 {
    margin: 0;
    padding-inline: 15px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    margin-top: 10px;
}
.cardpatext h2 {
    margin: 0;
    margin-top: 15px;
    font-size: 1rem;
    color: var(--main);
    font-weight: 800;
}
