.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:.5rem;background-color:transparent;border:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;transition:all .2s ease}.theme-toggle:hover{background-color:var(--bg-surface);border-color:var(--border-medium)}.theme-toggle:focus{outline:none;border-color:var(--text-primary)}.theme-toggle svg{display:block;width:100%;height:100%}.header{background-color:var(--bg-page);border-bottom:1px solid var(--border-light)}.header .header-nav{display:flex;flex-direction:column;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem}@media(min-width:960px){.header .header-nav{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}}.header .header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}@media(min-width:960px){.header .header-top{width:auto}}.header .header-logo{font-family:var(--font-serif);font-size:1.75rem;font-weight:600;color:var(--text-primary);text-decoration:none;letter-spacing:.02em}.header .header-logo:hover{color:var(--text-secondary)}.header .header-links{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;list-style:none}.header .header-links a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.header .header-links a:hover{color:var(--text-secondary)}.header .header-content{display:none;flex-direction:column;gap:1.25rem;width:100%;padding-top:.75rem;border-top:1px solid var(--border-light)}.header .header-content.is-open{display:flex}@media(min-width:960px){.header .header-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;width:auto;flex:1;padding-top:0;border-top:none}}.header .header-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}@media(min-width:960px){.header .header-actions{justify-content:flex-end;flex-wrap:nowrap;gap:1rem}}.header .header-link{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.header .header-link:hover{color:var(--text-secondary)}.header .header-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid var(--border-medium);background-color:var(--bg-surface);color:var(--text-primary);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;position:relative}.header .header-toggle span{position:absolute;left:50%;width:1.25rem;height:2px;background-color:currentColor;transition:transform .2s ease,opacity .2s ease;transform:translate(-50%)}.header .header-toggle span:nth-child(1){transform:translate(-50%,-6px)}.header .header-toggle span:nth-child(3){transform:translate(-50%,6px)}.header .header-toggle[aria-expanded=true]{background-color:var(--bg-secondary)}.header .header-toggle[aria-expanded=true] span:nth-child(1){transform:translate(-50%) rotate(45deg)}.header .header-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.header .header-toggle[aria-expanded=true] span:nth-child(3){transform:translate(-50%) rotate(-45deg)}.header .header-toggle:hover{border-color:var(--text-secondary)}.header .header-toggle:focus-visible{outline:2px solid var(--text-secondary);outline-offset:2px}@media(min-width:960px){.header .header-links{flex-direction:row;align-items:center;gap:1.5rem}.header .header-toggle{display:none}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:var(--font-sans);color:var(--text-primary);background-color:var(--bg-page);min-height:100%;display:flex;flex-direction:column}body>main,body>.container{flex:1}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3{font-family:var(--font-serif);font-weight:600;line-height:1.2;color:var(--text-primary)}h4,h5,h6{font-family:var(--font-sans);font-weight:500;line-height:1.3}nav a,.meta-label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.08em}.break-all{word-break:break-all}.block{display:block}.inline-block{display:inline-block}.rounded{border-radius:.5rem}.relative{position:relative}.absolute{position:absolute}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}:root{--font-serif: "Playfair Display", serif;--font-sans: "Inter", sans-serif;--bg-page: #ffffff;--bg-surface: #f9f9f9;--text-primary: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--border-light: #e5e5e5;--border-medium: #d4d4d4;--btn-primary-bg: #1a1a1a;--btn-primary-text: #ffffff;--color-error: #dc143c;--color-success: #228b22;--color-warning: #ff8c00;--color-primary: #1a1a1a;--color-primary-light: #666666;--color-primary-dark: #000000;--color-secondary: #999999;--color-secondary-light: #cccccc;--color-secondary-dark: #333333;--color-accent: #1a1a1a;--color-accent-light: #999999;--color-bg-primary: #ffffff;--color-bg-secondary: #f9f9f9;--color-bg-tertiary: #f9f9f9;--color-text-primary: #1a1a1a;--color-text-secondary: #666666;--color-text-muted: #999999}[data-theme=dark]{--bg-page: #1a1a1a;--bg-surface: #242424;--text-primary: #f5f5f5;--text-secondary: #b3b3b3;--text-muted: #808080;--border-light: #333333;--border-medium: #404040;--btn-primary-bg: #f5f5f5;--btn-primary-text: #1a1a1a;--color-primary: #f5f5f5;--color-primary-light: #b3b3b3;--color-primary-dark: #ffffff;--color-secondary: #808080;--color-secondary-light: #666666;--color-secondary-dark: #cccccc;--color-accent: #f5f5f5;--color-accent-light: #808080;--color-bg-primary: #1a1a1a;--color-bg-secondary: #242424;--color-bg-tertiary: #242424;--color-text-primary: #f5f5f5;--color-text-secondary: #b3b3b3;--color-text-muted: #808080}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-text-muted)}.bg-primary{background-color:var(--color-bg-primary)}.bg-secondary{background-color:var(--color-bg-secondary)}.bg-tertiary{background-color:var(--color-bg-tertiary)}.bg-accent{background-color:var(--color-accent)}.text-white{color:#fff}.hover\:bg-secondary:hover{background-color:var(--color-bg-secondary)}.hover\:bg-accent:hover{background-color:var(--color-accent);color:var(--color-primary-dark)}.hover\:underline:hover{text-decoration:underline}.transition-colors{transition:background-color .2s ease,color .2s ease,border-color .2s ease}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.footer{background-color:var(--bg-surface);border-top:1px solid var(--border-light);margin-top:auto}.footer .footer-content{padding-top:3rem;padding-bottom:3rem;text-align:center}.footer .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer .footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer .footer-links a:not(:last-child):after{content:"·";margin-left:1.5rem;color:var(--text-muted)}.footer .footer-links a:hover{color:var(--text-primary)}.footer .footer-copy{font-size:.875rem;color:var(--text-muted)}.page-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.page-header .page-header-title{font-size:1.875rem;margin-bottom:.5rem}.page-header .page-header-subtitle{font-size:1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}@media(min-width:640px){.page-header{margin-bottom:2.5rem;padding-bottom:1.75rem}.page-header .page-header-title{font-size:2.25rem}.page-header .page-header-subtitle{font-size:1.0625rem}}@media(min-width:768px){.page-header{margin-bottom:3rem;padding-bottom:2rem}.page-header .page-header-title{font-size:2.5rem}.page-header .page-header-subtitle{font-size:1.125rem}}.article-page{padding-top:1.5rem;padding-bottom:3rem}.article-breadcrumbs{margin-bottom:2rem}@media(min-width:768px){.article-page{padding-top:2rem;padding-bottom:4rem}.article-breadcrumbs{margin-bottom:3rem}}.breadcrumbs{display:flex;align-items:center;gap:.5rem;list-style:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--text-muted)}.breadcrumbs a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.breadcrumbs a:hover{color:var(--text-primary)}.article{max-width:700px;margin:0 auto;padding:0 1rem}.article .article-header{text-align:center;margin-bottom:2rem}.article .article-title{font-size:1.875rem;line-height:1.2;margin-bottom:.75rem}.article .article-meta{font-family:var(--font-sans);font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.article .article-content{font-size:1rem;line-height:1.75}@media(min-width:640px){.article .article-header{margin-bottom:2.5rem}.article .article-title{font-size:2.25rem}.article .article-content{font-size:1.0625rem}}@media(min-width:768px){.article .article-header{margin-bottom:3rem}.article .article-title{font-size:3rem}.article .article-meta{font-size:.9rem}.article .article-content{font-size:1.125rem;line-height:1.8}}.prose p{margin-bottom:1.25rem}.prose h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:.75rem}.prose h3{font-size:1.25rem;margin-top:1.75rem;margin-bottom:.5rem}.prose blockquote{border-left:3px solid var(--border-medium);padding-left:1.25rem;margin:1.5rem 0;font-style:italic;color:var(--text-secondary)}.prose ul,.prose ol{margin:1.25rem 0;padding-left:1.25rem}.prose li{margin-bottom:.375rem}.prose img{margin:1.5rem auto;border-radius:0}@media(min-width:768px){.prose p{margin-bottom:1.5rem}.prose h2{font-size:1.75rem;margin-top:3rem;margin-bottom:1rem}.prose h3{font-size:1.375rem;margin-top:2rem;margin-bottom:.75rem}.prose blockquote{padding-left:1.5rem;margin:2rem 0}.prose ul,.prose ol{margin:1.5rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose img{margin:2rem auto}}.prose figcaption,.img-caption{text-align:center;font-style:italic;font-size:.9rem;color:var(--text-muted);margin-top:.75rem}.img-circle{border-radius:50%;aspect-ratio:1;object-fit:cover}.blog-list{display:flex;flex-direction:column;gap:2rem}.blog-card{padding:2rem 0;border-bottom:1px solid var(--border-light)}.blog-card:last-child{border-bottom:none}.blog-card .blog-card-title{font-size:1.5rem;margin-bottom:.75rem}.blog-card .blog-card-title a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.blog-card .blog-card-title a:hover{color:var(--text-secondary)}.blog-card .blog-card-excerpt{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.blog-card .blog-card-meta{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.hero{text-align:center;padding:2.5rem 0 3rem;margin-bottom:2rem;border-bottom:1px solid var(--border-light)}.hero .hero-title{font-size:2rem;line-height:1.15;margin-bottom:1rem}.hero .hero-tagline{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.hero .hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero.hero-left{text-align:left;max-width:960px;margin:0 auto 2.5rem}.hero.hero-left .hero-actions{justify-content:flex-start}@media(min-width:640px){.hero{padding:3rem 0 4rem;margin-bottom:2.5rem}.hero .hero-title{font-size:2.5rem}.hero .hero-tagline{font-size:1.2rem;margin:0 auto 1.75rem}}@media(min-width:768px){.hero{padding:4rem 0 5rem;margin-bottom:3rem}.hero .hero-title{font-size:3.5rem}.hero .hero-tagline{font-size:1.25rem;margin:0 auto 2rem}}.section{padding:2rem 0}.section .section-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-light)}.section .section-title{font-size:1.25rem;margin:0}.section .section-link{font-family:var(--font-sans);font-size:.8rem;color:var(--text-secondary);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.section .section-link:hover{color:var(--text-primary)}@media(min-width:640px){.section{padding:2.5rem 0}.section .section-header{flex-direction:row;align-items:baseline;justify-content:space-between;gap:0;margin-bottom:1.75rem;padding-bottom:.875rem}.section .section-title{font-size:1.375rem}}@media(min-width:768px){.section{padding:3rem 0}.section .section-header{margin-bottom:2rem;padding-bottom:1rem}.section .section-title{font-size:1.5rem}.section .section-link{font-size:.85rem}}.post-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.post-cards{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media(min-width:768px){.post-cards{grid-template-columns:repeat(3,1fr);gap:2rem}}.post-card{display:flex;flex-direction:column;padding:1.5rem 0;border-bottom:1px solid var(--border-light)}.post-card .post-card-title{font-size:1.25rem;margin-bottom:.75rem;line-height:1.3}.post-card .post-card-title a{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.post-card .post-card-title a:hover{color:var(--text-secondary)}.post-card .post-card-excerpt{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;flex:1}.post-card .post-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.post-card .post-card-date{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.post-card .post-card-link{font-size:.85rem;color:var(--text-primary);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.post-card .post-card-link:hover{color:var(--text-secondary)}@media(min-width:640px){.post-card{padding:0;border-bottom:none}}.teaser-card{text-align:center;padding:4rem 2rem;background-color:var(--bg-surface);border:1px solid var(--border-light)}.teaser-card .teaser-badge{display:inline-block;font-family:var(--font-sans);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--bg-page);background-color:var(--text-primary);padding:.375rem .75rem;margin-bottom:1.5rem}.teaser-card .teaser-title{font-size:1.75rem;margin-bottom:.75rem}.teaser-card .teaser-description{font-size:1rem;color:var(--text-secondary);max-width:450px;margin:0 auto;line-height:1.6}.product-card{display:block;text-decoration:none;color:inherit;transition:opacity .2s ease}.product-card:hover{opacity:.85}.product-card .product-image{aspect-ratio:3 / 4;background-color:var(--bg-surface);margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.product-card .product-placeholder{text-align:center;color:var(--text-muted);font-size:.85rem}.product-card .product-icon{display:block;font-size:2rem;margin-bottom:.5rem}.product-card .product-content{display:flex;flex-direction:column;gap:.5rem}.product-card .product-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.product-card .product-price-row{display:flex;align-items:center;justify-content:space-between}.product-card .product-price{font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--text-primary)}.product-card .product-badge{font-family:var(--font-sans);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--bg-page);background-color:var(--text-primary);padding:.25rem .5rem}.product-card .product-tags{display:flex;flex-wrap:wrap;gap:.375rem}.product-card .product-tag{font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background-color:var(--bg-surface);padding:.25rem .5rem;border:1px solid var(--border-light)}.product-card .product-tag-category{color:var(--text-secondary);border-color:var(--border-medium)}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-3{grid-column:span 3 / span 3}}@media(min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-cyrillic-ext-300-normal-CgCALhwJ.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-300-normal-RId2JxDB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-cyrillic-300-normal-BnqRxXuy.woff2) format("woff2"),url(/assets/inter-cyrillic-300-normal-LR1W_oT8.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-greek-ext-300-normal-l2DDyC6M.woff2) format("woff2"),url(/assets/inter-greek-ext-300-normal-DLbbeei1.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-greek-300-normal-DmGD3g_f.woff2) format("woff2"),url(/assets/inter-greek-300-normal-BrhSP0vQ.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-vietnamese-300-normal-Bdr24Bqb.woff2) format("woff2"),url(/assets/inter-vietnamese-300-normal-DDGmYYdT.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-latin-ext-300-normal-CPgO9Ksf.woff2) format("woff2"),url(/assets/inter-latin-ext-300-normal-Dp1L8vcn.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/inter-latin-300-normal-BVlfKGgI.woff2) format("woff2"),url(/assets/inter-latin-300-normal-i8F0SvXL.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-cyrillic-400-normal-CjW2EstV.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-400-normal-ZiRag6zj.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-vietnamese-400-normal-BV2APVTb.woff2) format("woff2"),url(/assets/playfair-display-vietnamese-400-normal-BbvUAu4N.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-latin-ext-400-normal-BxlSGspa.woff2) format("woff2"),url(/assets/playfair-display-latin-ext-400-normal-qdZwdvNS.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-latin-400-normal-CFtfchNt.woff2) format("woff2"),url(/assets/playfair-display-latin-400-normal-DHYHbkg3.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-cyrillic-600-normal-oLY6jnZ7.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-600-normal-DbWAkkgN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-vietnamese-600-normal-ICsRR-qJ.woff2) format("woff2"),url(/assets/playfair-display-vietnamese-600-normal-BPJkAZPN.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-latin-ext-600-normal-CEjQclLc.woff2) format("woff2"),url(/assets/playfair-display-latin-ext-600-normal-BumBfC1v.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-latin-600-normal-CZLGqjJe.woff2) format("woff2"),url(/assets/playfair-display-latin-600-normal-CxxueQ0Z.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-cyrillic-700-normal-Dw3uKy19.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-700-normal-Dk1mTcxf.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-vietnamese-700-normal-CaKJSIny.woff2) format("woff2"),url(/assets/playfair-display-vietnamese-700-normal-Cr1rw0mr.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-latin-ext-700-normal-C58ejOkc.woff2) format("woff2"),url(/assets/playfair-display-latin-ext-700-normal-D5HUU8GT.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-latin-700-normal-CuDiGg7c.woff2) format("woff2"),url(/assets/playfair-display-latin-700-normal-Bc_1Q1cG.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
