/* resources/css/app.css */

html {
    scroll-behavior: smooth;
}

nav a.active {
    color: #20262D;
    font-weight: 900;
}

.nav-link {
    position: relative;
}

.nav-link svg {
    margin: auto;
}

@font-face {
    font-family: 'Product Sans';
    src: url('/assets/fonts/ProductSansRegular.ttf') format('truetype');
    font-weight: 400; /* Regular weight */
    font-style: normal;
}

@font-face {
    font-family: 'Product Sans';
    src: url('/assets/fonts/ProductSansBold.ttf') format('truetype');
    font-weight: 700; /* Bold weight */
    font-style: normal;
}

.ic-lang {
    width: 38px;
    height: 38px;
}


.w-full .iti--inline-dropdown {
    width: 100% !important;
}

.ruby {
  display: ruby !important;
}

.iti--allow-dropdown {
    width: 100%;
}
