/* CSS HEX */
/* --gold: #ffd700ff;
--jade: #21b06cff;
--orange-pantone: #fb6107ff;
--hunter-green: #415d43ff;
--eerie-black: #111d13ff; */

body {
    margin: 0;
    padding: 0;
    font-family: "Gelasio", serif;
    font-weight: 400;
    font-style: normal;
    /* background-color: #ffe4c4; */
    background-color: white;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-brand h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.primary-nav-container {
    color: #FFDB58 !important;
}

#menu-primary-menu {}

#menu-primary-menu .nav-item .nav-link {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
}

/* Main Nav */
.main-nav {
    padding: 0;
}

.main-nav li {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}

.main-nav li::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    height: 50%;
    width: 5px;
}

.main-nav li:not(:last-child)::after {
    border-right: solid 3px #888888;
}

.main-nav li:last-child {
    border-right: none;
}

@media (max-width: 960px) {
    .main-nav li::after {
        display: none;
    }
}

/* End Main Nav */

/* Drawer Navigation */
.offcanvas-header {
    background-color: #FFD700;
}

.offcanvas-header .offcanvas-title {}

.offcanvas-header .offcanvas-title .navbar-brand {
    padding: 1em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .3em;
}

/* Drawer Menu */
#menu-secondary .nav-item .nav-link {
    padding: 1.25em 1em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    text-transform: uppercase;
}

/* Shape Divider */
.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom .shape-fill {}

/* Shape Divider End */

/* Reset Styles */
.form-control:focus {
    border: solid 1px #FFD700;
    box-shadow: none !important;
}

.row {
    border: none;
    outline: 0;
}

.btn {
    display: inline-block;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: solid 1px whitesmoke;
    color: lavender;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover effect */
.btn:hover {
    color: #fff;
    background-color: white;
    border: solid 1px whitesmoke;
}

/* Sections */

#section-0,
#section-1,
#section-2,
#section-3 {
    margin-bottom: 75px;
}

.homepage {}

.homepage .sticky-post {
    margin-bottom: 50px;
}

.homepage .sticky-post .post-meta .category,
.homepage .recent-post-horizontal .post-meta .category,
.homepage .next-recent-posts .recent-post .post-meta .category,
.detailed .related-posts-horizontal .related-post-horizontal .post-meta .category {
    margin-top: 10px;
    margin-bottom: 10px;
}

.homepage .sticky-post .post-meta .category a,
.homepage .recent-post-horizontal .post-meta .category a,
.homepage .next-recent-posts .recent-post .post-meta .category a,
.detailed .related-posts-horizontal .related-post-horizontal .post-meta .category a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #ca705f;
    text-decoration: none;
    display: block;
}

.homepage .sticky-post .post-meta .category a:hover,
.homepage .recent-post-horizontal .post-meta .category a:hover,
.homepage .post-horizontal .post-meta .category a:hover,
.homepage .next-recent-posts .recent-post .post-meta .category a:hover,
.detailed .related-posts-horizontal .related-post-horizontal .post-meta .category a:hover {
    color: silver;
}

.homepage .sticky-post .post-meta .post-title a,
.homepage .recent-post-horizontal .post-meta .post-title a,
.homepage .next-recent-posts .recent-post .post-meta .post-title a,
.detailed .related-posts-horizontal .related-post-horizontal .post-meta .post-title a {
    display: block;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    /* font-family: "Noto Sans Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100; */
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    color: rgb(36, 36, 36);
    line-height: 1.5;
}

.homepage .recent-post-horizontal .post-meta .post-title a,
.homepage .next-recent-posts .recent-post .post-meta .post-title a,
.detailed .related-posts-horizontal .related-post-horizontal .post-meta .post-title a {
    font-size: 1rem;
}

.homepage .sticky-post .post-meta .date,
.homepage .recent-post-horizontal .post-meta .date,
.homepage .next-recent-posts .recent-post .post-meta .date,
.detailed .related-posts-horizontal .related-post-horizontal .post-meta .date {
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 12px;
    color: #888;
    text-decoration: none;
    display: block;
}

.homepage .sticky-post .post-meta .read-more {
    display: inline-block;
    margin: 20px 0;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
}

.homepage .sticky-post .post-meta .read-more:hover {
    color: #555;
}

.homepage .sticky-post .post-thumbnail .entry-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Recent Posts Horizontal */
.section-caption {
    margin-bottom: 25px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
}

.homepage .recent-post-horizontal,
.detailed .related-posts-horizontal {
    margin-bottom: 25px;
}

.homepage .recent-post-horizontal .thumbnail {
    margin-bottom: 20px;
}

.homepage .recent-post-horizontal .thumbnail a {
    display: block;
}

.homepage .sticky-post .thumbnail a img,
.homepage .recent-post-horizontal .thumbnail a img,
.detailed .related-posts-horizontal .thumbnail a img {
    width: 100%;
    height: auto;
}

/* End Recent Posts Horizontal */

/* Next Recent Posts */
.homepage .next-recent-posts .recent-post {
    margin-bottom: 50px;
}

.homepage .next-recent-posts .recent-post {
    display: flex;
    align-items: center;
}

.homepage .next-recent-posts .recent-post .thumbnail {
    flex: 0 0 auto;
    margin-right: 20px;
}

/* End Next Recent Posts */

.homepage .thumbnail {
    flex: 0 0 auto;
}

.homepage .recent-post-horizontal .post-meta a:hover {
    text-decoration: underline;
}

.homepage .post-meta {
    flex: 1 1 auto;
}

/* Single */
.single {
    /* background-color: antiquewhite; */
}

.detailed .post-header {
    /* margin: 60px 60px; */
}

.detailed .post-header .post-categories {
    margin-top: 25px;
}

.detailed .post-header .post-categories a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    background-color: #f0f0f0;
}

.detailed .post-header .post-categories a:hover {
    text-decoration: underline;
    background-color: whitesmoke;
}

.detailed .post-title {
    font-size: 4vw;
    margin-bottom: 20px;
}

.detailed .post-meta {
    margin-bottom: 15px;
}

.detailed .post-meta .post-author,
.detailed .post-meta .post-date {}

.detailed .post-meta .post-author,
.detailed .post-meta .post-author a,
.detailed .post-meta .post-date,
.detailed .post-meta .post-date a {
    font-size: 15px;
    font-weight: 400;
    color: #888;
    text-decoration: none;
    display: inline-block;
}

.detailed .post-meta .post-author,
.detailed .post-meta .post-date {
    color: #333;
}

.detailed .post-meta span {
    margin-right: 20px;
}

.detailed .post-thumbnail {
    margin-bottom: 20px;
}

.detailed .caption {
    font-style: italic;
    margin-top: 5px;
    font-size: 14px;
}

.detailed .image-credits {
    font-size: 14px;
    color: #888;
}

/* Detailed Post Body Content */
.detailed .post-content {
    margin-bottom: 30px;
    font-family: "Gelasio", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Heading Styles */
.detailed .post-content h1,
.detailed .post-content h2,
.detailed .post-content h3,
.detailed .post-content h4,
.detailed .post-content h5,
.detailed .post-content h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* Headings (h1-h6) */
.detailed .post-content h1 {
    font-size: 2.5rem;
    /* 40px */
    font-weight: bold;
    line-height: 1.2;
}

.detailed .post-content h2 {
    /* font-size: 2rem; */
    /* 32px */
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.detailed .post-content h3 {
    /* font-size: 1.75rem; */
    /* 28px */
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
}

.detailed .post-content h4 {
    /* font-size: 1.5rem; */
    /* 24px */
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
}

.detailed .post-content h5 {
    /* font-size: 1.25rem; */
    /* 20px */
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
}

.detailed .post-content h6 {
    font-size: 1rem;
    /* 16px */
    font-weight: bold;
    line-height: 1.2;
}


/* Paragraph Styles */
.detailed .post-content p {
    margin-bottom: 20px;
}

/* List Styles */
.detailed .post-content ul,
.detailed .post-content ol {
    margin-bottom: 20px;
}

/* Link Styles */
.detailed .post-content a {
    color: #007bff;
    text-decoration: none;
}

.detailed .post-content a:hover {
    text-decoration: underline;
}

/* Image Styles */
.detailed .post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* Blockquote Styles */
.detailed .post-content blockquote {
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 2px solid #007bff;
    background-color: #f9f9f9;
}

/* Caption Styles */
.detailed .post-content figcaption {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

/* Code Styles */
.detailed .post-content pre {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow-x: auto;
}

/* Table Styles */
.detailed .post-content table {
    width: 100%;
    border-collapse: collapse;
}

.detailed .post-content th,
.detailed .post-content td {
    padding: 10px;
}

/* Responsive Embed Styles */
.detailed .post-content iframe,
.detailed .post-content embed,
.detailed .post-content video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* Tags */
.detailed .post-tags {
    margin-bottom: 25px;
}

.detailed .post-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detailed .post-tags li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
}

.detailed .post-tags ul li a {
    text-decoration: none;
    color: #333;
}

.detailed .post-tags ul li a:hover {
    text-decoration: underline;
}

/* End Tags */

/* Author Bio */
.detailed .author-bio {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.detailed .author-bio h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.detailed .author-bio p {
    margin-bottom: 15px;
}

.detailed .author-bio .author-avatar {
    float: left;
    margin-right: 20px;
}

.detailed .author-bio .author-avatar img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.detailed .author-bio .author-info h3 {
    margin-bottom: 10px;
    font-weight: 700;
}

.detailed .author-bio .author-info .post-author a {
    margin-bottom: 15px;
    display: inline-block;
    color: #888;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.25rem;
}

.detailed .author-bio .author-info .bio {
    font-size: 16px;
    line-height: 1.6;

}

/* End Author Info */

/* Comments */
/* Comments Section */
.comments-area {
    margin-top: 30px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment {
    margin-bottom: 30px;
}

.comment-author {
    font-weight: bold;
}

.comment-date {
    color: #888;
    font-size: 14px;
    margin-left: 10px;
}

.comment-content {
    margin-top: 10px;
}

.comment-reply-link {
    font-size: 14px;
}

/* Comment Form */
.comment-form {
    margin-top: 30px;
}

.comment-notes {
    margin-bottom: 15px;
}

.comment-form input[type="text"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.comment-form input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background-color: #0056b3;
}

/* End Comments */

/* Archive */
#archive .page-header {
    margin-bottom: 25px;
    padding: 20px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #f8f9fa;
}

#archive .page-title {
    margin: 0;
    font-size: 2.5rem;
    color: #333;
}

/* Archive End */

/* Styling for the post */
#archive .archive-post {
    margin-bottom: 25px;

}

#archive .archive-post .post-meta .post-type-category {
    margin-top: 10px;
    margin-bottom: 10px;
}

#archive .archive-post .post-meta .post-type-category a {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    color: #ca705f;
    text-decoration: none;
}

#archive .archive-post .post-meta .post-type-category a:hover {
    color: silver;
}

#archive .archive-post .post-meta .permalink a {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
    display: block;
}



/* Styling for pagination */
#archive .pagination {
    margin-top: 30px;
    text-align: center;
}

#archive .pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    color: #333;
    text-decoration: none;
}

#archive .pagination .page-numbers.current {
    background-color: #ff6600;
    color: #fff;
}

/* End Archive */

/* Author Archive */
.archive-author-bio {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    overflow: hidden;
    /* Add overflow to contain floated elements */
}

.archive-author-bio h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.archive-author-avatar {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    /* Add width to the avatar container */
    height: 150px;
    /* Add height to the avatar container */
}

.archive-author-avatar img {
    width: 100%;
    height: auto;
}

.archive-author-description {
    font-size: 16px;
    line-height: 1.6;
}

/* End Author Archive */

/* Search Form */
.search-form {
    padding: 1em;
    width: 100%;
}

.search-form .input-group {
    display: flex;
    width: 100%;
}

.search-form .form-control {
    border-radius: 20px 0 0 20px;
    border: 2px solid #ced4da;
    padding: 10px 15px;
    outline: none;
    transition: border-color 0.2s ease-in-out;
    width: calc(100% - 110px);
}

.search-form .form-control:focus {
    border-color: #007bff;
}

.search-form .btn {
    padding: 10px 20px;
    border: solid 2px #ced4da;
    border-radius: 0 20px 20px 0;
    width: 110px;
    color: gray;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.search-form .btn:hover {
    border: solid 2px #007bff;
    background-color: #0056b3;
    color: #fff;
}

.search-form .btn:focus {
    outline: none;
}


/* Search Form End */

/* Footer */
.footer {
    padding: 5em 0;
    /* background-color: #f8f9fa; */
    /* background-color: #D9C3A9; */
    background-color: whitesmoke;
    border-top: solid 1px lavender;
}

.footer .site-meta a {
    display: block;
    text-decoration: none;
}

.footer .site-meta a h3.brand-name {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.footer .site-meta .site-description {
    font-size: 15px;
}

.footer h3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}

/* Footer Nav */
.footer-nav {
    padding: 0px;
}

.footer-nav li {
    position: relative;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.footer-nav li::after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    height: 35%;
    width: 5px;
}

.footer-nav li:not(:last-child)::after {
    border-right: solid 2px gray;
}

.footer-nav li:last-child {
    border-right: none;
}

.footer-nav li a {
    font-family: "Gelasio", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

@media (max-width: 960px) {
    .footer-nav li::after {
        display: none;
    }
}

.footer .copyrights {
    font-size: 13px;
}

.footer .copyrights-brand {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
}

.footer .copyrights-brand:hover {
    color: gray;
}

/* End Footer Nav */

@media (max-width: 768px) {
    .footer {
        padding: 30px 0;
    }

    .footer h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer ul li {
        margin-bottom: 8px;
    }

    .footer ul li a {
        font-size: 16px;
    }

    .footer p {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

/* End Footer */

/* Animations */
.rotate-vertical {
    width: 100px;
    height: 100px;
    animation: rotateVertical 2s infinite alternate;
}

@keyframes rotateVertical {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* Animations End */

/* Explore */
/* Global styles */

#explore .card {
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Thumbnail styles */
#explore .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

#explore .thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

#explore .thumbnail:hover img {
    transform: scale(1.1);
}

#explore .thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#explore .thumbnail:hover .thumbnail-overlay {
    opacity: 1;
}

#explore .thumbnail-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

#explore .thumbnail-text h5 {
    margin-bottom: 0;
}

#explore .thumbnail-text p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
}

/* Template-specific styles */
#explore .container {
    margin-top: 50px;
}

#explore .card {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#explore .thumbnail img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

#explore .card-body {
    padding: 20px;
}

#explore .card-title a {
    color: #333;
    text-decoration: none;
}

#explore .card-title a:hover {
    color: #007bff;
}

#explore .card-text {
    color: #666;
}

/* Minimalist styling for Read More button */
#explore .btn-read-more {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#explore .btn-read-more:hover {
    border: 2px solid #333;
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/* Minimalist styling for Pagination */
.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin-right: 5px;
}

.pagination .page-item a {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #333;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.pagination .page-item.active a {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #333;
}

.pagination .page-item a:hover {
    background-color: #dee2e6;
    border-color: #dee2e6;
    color: #333;
}

/* End Explore */


/* Version 2.0 */
.app-store {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1.5em;
    border: solid 1px gray;
}

.app-store-title {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.app-store-description {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}