@import "reset.css";
/* @import "mcu.css"; */
@import "icons.css";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/* the props */
/* @import "https://unpkg.com/open-props"; */
/* @import "https://unpkg.com/open-props/open-props.shadow.min.css"; */

/* optional imports that use the props */
/* @import "https://unpkg.com/open-props/normalize.min.css"; */
/* @import "https://unpkg.com/open-props/buttons.min.css"; */

* {
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  color-scheme: light dark;
  scroll-behavior: smooth;
}

body {
  font-family: Raleway, sans-serif;
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
  /* background: var(--md-sys-color-surface-container-lowest); */
  /* color: var(--md-sys-color-on-surface); */
  width: 100%;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  color-scheme: light dark;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.social-tile {
  border: 1px solid var(--theme-sys-color-outline);
  border-radius: 1rem;
  background-color: var(--theme-sys-color-surface-container-lowest);
  box-shadow: 6px 6px 0px 0px var(--theme-sys-color-primary);
  transition: box-shadow 0.2s ease-in-out;
}

.social-tile:hover {
  box-shadow: 8px 8px 0px 0px var(--theme-sys-color-primary-container);
}
