@import "https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
:root{--text-clr:#050505;--bg-clr:#fafafa;--primary-clr:#74b62e;--secondary-clr:#e6fbd0;--accent-clr:#d02f31;--border-clr:#e4b9b9;--body-text:"Montserrat", sans-serif;--headings-text:"Barlow Semi Condensed", sans-serif}body{flex-direction:column;min-height:100vh;margin:0;display:flex}main{flex:1}::selection{background-color:var(--accent-clr)}::selection{background-color:var(--accent-clr)}html{background-color:var(--bg-clr);scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,p,li,Link,q,title{color:var(--text-clr)}p,li{font-family:var(--body-text)}h1,h2,h3,h4,h5,h6{font-family:var(--headings-text)}@media (prefers-color-scheme:dark){:root{--text-clr:#fafafa;--bg-clr:#050505;--primary-clr:#74b62e;--secondary-clr:#1a2f04;--accent-clr:#e38284;--border-clr:#1a1a1a}}
