@import 'https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Color+Emoji&family=Noto+Emoji&family=Roboto&display=swap';:root{--primary-color:#454C5F;--secondary-color:rgba(1, 1, 1, 0.1);--link-color:rgba(22, 72, 255, 1);--link-bg:rgba(22, 72, 255, 0.2);--link-hover-bg:rgba(22, 72, 255, 0.25);--link-active-bg:rgba(22, 72, 255, 0.3);--bg:#FDFDFD;--secondary-bg:#FBFBFB;--nav:rgba(22, 72, 255, 0.1);--nav-hover:rgba(22, 72, 255, 0.15);--nav-active:rgba(22, 72, 255, 0.25);--full-width:50%;--more-width:80%;--most-width:90%}:root[data-theme=dark]{--primary-color:#E8E8E8;--secondary-color:rgba(255, 255, 255, 0.1);--link-color:rgb(19, 125, 245);--link-bg:rgba(42, 77, 126, 0.15);--link-hover-bg:rgba(42, 60, 126, 0.35);--link-active-bg:rgba(42, 60, 126, 0.45);--bg:#232329;--secondary-bg:#2b2b35;--nav:rgba(22, 72, 255, 0.1);--nav-hover:rgba(22, 72, 255, 0.11);--nav-active:rgba(22, 72, 255, 0.2)}body{color:var(--primary-color);font-family:sans-serif;line-height:1.5;margin:0;background-color:var(--bg);font-family:roboto,sans-serif}.content-area{width:var(--full-width);margin:auto;padding:30px}.section-divider{border-color:var(--secondary-color);margin:20px 0}footer{margin-top:1rem}footer .copyright{text-align:center}footer .socials{list-style:none;text-align:center}footer .social i{font-size:4rem;color:var(--primary-color)}a{text-decoration:none;color:var(--link-color)}a:hover{text-decoration:underline}footer .socials a:hover{text-decoration:none}footer .custom-social{fill:var(--primary-color)}@media screen and (max-width:1200px){.content-area{width:var(--more-width)}}@media screen and (max-width:560px){.content-area{width:var(--most-width)}}