@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);.catface_content h1,.catface_content p{font-family:var(--font-family);padding-top:20px}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}:root{--font-family:"Montserrat",sans-serif;--color-bg:#4b3869;--color-footer:#031b34;--color-blog:#042c54;--color-text:#1f1300;--color-subtext:#e2e2e2;--color-white:#ffffff;--color-grey-bk:#fdf0d1}body{background:#cef;font-family:var(--font-family)}a{color:var(--color-text)}a:hover{color:var(--color-subtext)}.section__padding{padding:4rem 6rem!important}.catface_section{width:100%;height:100vh;background:url("/assets/images/background.png") center/cover no-repeat}.catface_content img{width:40%}.catface_content h1{font-size:45px;font-weight:800}.catface_content p{font-size:16px}@media screen and (max-width:598px){.catface_content img{width:80%}.catface_content h1{font-size:35px}}