html, body, div, span,
h1, h2, h3, h4, h5, h6, p, a,
img, q,
ol, ul, li,
footer, header,
nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

footer, header, section {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus, button:focus {
  outline: none;
}

:root {
  --high-emphasis-opacity: 0.9;
  --medium-emphasis-opacity: 0.7;
  --low-emphasis-opacity: 0.5;
  --top-margin: 1em;
  --bot-margin: 1em;
  --big-text: 1.55em;
  --link-color: #4500f2;
  --link-color-with-opacity: rgba(69, 0, 242, 0.87);
  --selection-color: rgba(255, 139, 156, 0.4);
  --scroll-up-button-color: #f20034;
  --scroll-up-button-color-hover: #d8002f;
  --text-color: #000000;
  --background-color: #FFFFFF;
  --section-wrapper-background-start: #FFFFFF;
  --section-wrapper-background-end: rgba(255, 255, 255, 1);
  --section-wrapper-background: rgba(255, 255, 255, 0.8);
  --high-emphasis-text-color: rgba(0, 0, 0, 0.9);
  --medium-emphasis-text-color: rgba(0, 0, 0, 0.7);
  --low-emphasis-text-color: rgba(0, 0, 0, 0.45);
}

@media (prefers-color-scheme: dark) {
  :root {
    --link-color: #FF8B9C;
    --link-color-with-opacity: rgba(255, 139, 156, 0.9);
    --selection-color: #295afc53;
    --scroll-up-button-color: #f7f7f7;
    --scroll-up-button-color-hover: #d4d4d4;
    --section-wrapper-background: rgba(0, 0, 0, 0.8);
    --text-color: #FFFFFF;
    --background-color: #000;
    --section-wrapper-background-start: #000;
    --section-wrapper-background-middle: rgba(0, 0, 0, 0.9);
    --section-wrapper-background-end: rgba(0, 0, 0, 0.8);
    --high-emphasis-text-color: rgb(245, 245, 245);
    --medium-emphasis-text-color: rgb(168, 168, 168);
    --low-emphasis-text-color: rgb(125, 125, 125);
  }
}
:root {
  --high-emphasis-opacity: 0.9;
  --medium-emphasis-opacity: 0.7;
  --low-emphasis-opacity: 0.5;
  --top-margin: 1em;
  --bot-margin: 1em;
  --big-text: 1.55em;
  --link-color: #4500f2;
  --link-color-with-opacity: rgba(69, 0, 242, 0.87);
  --selection-color: rgba(255, 139, 156, 0.4);
  --scroll-up-button-color: #f20034;
  --scroll-up-button-color-hover: #d8002f;
  --text-color: #000000;
  --background-color: #FFFFFF;
  --section-wrapper-background-start: #FFFFFF;
  --section-wrapper-background-end: rgba(255, 255, 255, 1);
  --section-wrapper-background: rgba(255, 255, 255, 0.8);
  --high-emphasis-text-color: rgba(0, 0, 0, 0.9);
  --medium-emphasis-text-color: rgba(0, 0, 0, 0.7);
  --low-emphasis-text-color: rgba(0, 0, 0, 0.45);
}

@media (prefers-color-scheme: dark) {
  :root {
    --link-color: #FF8B9C;
    --link-color-with-opacity: rgba(255, 139, 156, 0.9);
    --selection-color: #295afc53;
    --scroll-up-button-color: #f7f7f7;
    --scroll-up-button-color-hover: #d4d4d4;
    --section-wrapper-background: rgba(0, 0, 0, 0.8);
    --text-color: #FFFFFF;
    --background-color: #000;
    --section-wrapper-background-start: #000;
    --section-wrapper-background-middle: rgba(0, 0, 0, 0.9);
    --section-wrapper-background-end: rgba(0, 0, 0, 0.8);
    --high-emphasis-text-color: rgb(245, 245, 245);
    --medium-emphasis-text-color: rgb(168, 168, 168);
    --low-emphasis-text-color: rgb(125, 125, 125);
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
body {
  color: var(--text-color);
  background-color: var(--background-color);
  font-family: "Arial", sans-serif;
  font-feature-settings: "calt";
  font-optical-sizing: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1, h2, h3, h4, h5 {
  color: var(--high-emphasis-text-color);
}

header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75em;
  margin-top: 1em;
}

main {
  margin-top: 1em;
}

h2, h3, h4 {
  font-weight: 500;
}

h1 {
  font-size: 1.55em;
  font-weight: 600;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.95em;
}

p {
  font-size: 15px;
  line-height: 1.55;
}

section {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 2em;
}

.app {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5em;
  padding-bottom: 0.5em;
  max-width: 515px;
}

.link {
  color: var(--link-color-with-opacity);
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.section-title-wrapper {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: var(--background-color);
}

.item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1em;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.item-description {
  color: var(--medium-emphasis-text-color);
}

.item-title {
  margin-bottom: 0.75em;
}

.tech {
  color: var(--low-emphasis-text-color);
  margin-top: 0.75em;
}

::selection {
  background: var(--selection-color);
}

a:focus {
  border-bottom: 2px solid var(--link-color);
  outline-offset: 1px;
}

.arrow, .right, .left {
  color: var(--link-color-with-opacity);
  vertical-align: top;
}

.theme-toggle {
  display: flex;
  justify-content: right;
}
.theme-toggle button {
  font-family: inherit;
  cursor: pointer;
  padding: 5px;
  margin: 0 5px;
  border: none;
  background-color: transparent;
  color: inherit;
  opacity: 0.38;
}
.theme-toggle button:hover {
  text-decoration: underline;
}

#scroll-to-top-btn {
  position: fixed;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--scroll-up-button-color);
  z-index: 9999;
  color: var(--background-color);
  border: none;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s, background-color 0.2s;
}
#scroll-to-top-btn:hover {
  background-color: var(--scroll-up-button-color-hover);
}

@media screen and (max-width: 625px) {
  header, main, footer {
    margin-left: 1em;
    margin-right: 1em;
  }
}
#my-job-title {
  color: var(--medium-emphasis-text-color);
}

#my-rad-slogan, .item-date {
  color: var(--low-emphasis-text-color);
}

.profile-pic-wrapper img {
  transition: filter 0.2s ease-in-out;
}
.profile-pic-wrapper img:hover {
  filter: blur(1px);
}

.sub-link {
  text-decoration: none;
  color: var(--medium-emphasis-text-color);
}
.sub-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--link-color);
}

#more-projects {
  margin-top: 1em;
  width: fit-content;
}

.item.skills, .item.links {
  grid-template-columns: auto 1fr;
}

.item-category, .item-list {
  color: var(--medium-emphasis-text-color);
}

.highlight {
  color: var(--link-color-with-opacity);
}

footer p {
  color: var(--low-emphasis-text-color);
  font-size: 0.675em;
}

@media screen and (max-width: 625px) {
  footer {
    max-width: 400px;
    margin-bottom: 1em;
  }
  .header-container {
    gap: 1em;
  }
  .profile-pic-wrapper {
    height: 100px;
    width: 100px;
  }
  .project, .job {
    display: block;
    margin-bottom: 3em;
  }
  .item-date, .item-title {
    margin-bottom: 0.5em;
  }
  .tech {
    margin-top: 0.5em;
  }
}
ol {
  font-size: 0.9em;
  line-height: 1.55;
  padding-left: 2em;
}
ol li {
  padding-left: 1em;
  margin-top: 1em;
}

.project-container {
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.para-spans {
  color: var(--low-emphasis-text-color);
  font-size: 0.9em;
}

/*# sourceMappingURL=output.css.map */
