.theme-switcher-btn{cursor:pointer;color:var(--color-text);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .3s,color .3s;display:flex}.theme-switcher-btn:hover{background-color:#0000001a}[data-theme=dark] .theme-switcher-btn:hover{background-color:#ffffff1a}
.home-container{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex;overflow-x:hidden}.hero-section{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}@media (min-width:1024px){.hero-section{flex-direction:row;justify-content:space-between;align-items:center;max-width:1400px}}.hero-title-container,.hero-subtitle-container{flex:1;justify-content:center;display:flex}.hero-title{font-family:var(--font-lato),sans-serif;text-align:left;width:100%;color:var(--color-text);font-size:2.5rem;font-weight:800;line-height:1.2;display:block}.hero-title span{color:var(--color-primary);font-weight:700}.hero-subtitle{font-family:var(--font-playfair),serif;color:var(--color-text);text-align:right;width:100%;margin-right:1rem;font-size:1.2rem;font-style:italic;display:block}.hero-subtitle span{color:var(--color-primary);font-weight:700}@media (min-width:1024px){.hero-title{text-align:left}.hero-subtitle{text-align:right}.hero-title-container{justify-content:flex-start}.hero-subtitle-container{justify-content:flex-end}}.hero-image-center{flex:1;justify-content:center;align-items:center;display:flex}.profile-image-wrapper{justify-content:center;width:100%;max-width:20rem;display:flex}.profile-image{object-fit:cover;border:5px solid var(--color-secondary);width:100%;height:auto;box-shadow:0 10px 30px var(--color-primary);border-radius:15px}@media (min-width:1024px){.profile-image-wrapper{max-width:25rem}}
