@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Prata&display=swap);:root{--f-headline:"Prata",serif;--f-body:"Open Sans",sans-serif;--c-primary:#e24630;--c-darkest:#4c4f55;--c-lightest:#fff}.article{display:flex;align-items:flex-start;min-height:100vh}.article__body{width:50%;max-width:70rem}[dir] .article__body{padding:2vh 2%}[dir=ltr] .article__body,[dir=rtl] .article__body{margin-left:auto;margin-right:auto}.article__image{position:sticky;top:0;width:50%}.article__image-wrapper{position:relative;min-height:100vh}.article__image-wrapper img{position:absolute;top:0;width:100%;height:100%;object-fit:cover}[dir=ltr] .article__image-wrapper img{left:0}[dir=rtl] .article__image-wrapper img{right:0}[dir] .header{margin-bottom:1rem}[dir] .other-details{margin-bottom:5rem}.header__cat{display:block;text-transform:uppercase;font-size:1.1rem;letter-spacing:.1rem;font-family:var(--f-body);font-weight:700;opacity:.6}[dir] .header__cat{margin-bottom:1rem}.header__title{font-size:3.2rem;font-family:var(--f-headline);color:var(--c-primary);line-height:1.15}