@charset "UTF-8";

/* Veer's awesome stylesheet */

/* CSS variables */
:root {
  --text-color: #747e88;
  --text-color-dark: rgb(255 255 255 / 80%);
  --color-primary: #eec41e;
  --color-secondary: #747e88;
  --font-family: verdana, arial, georgia;

  color-scheme: light dark;
}

.hero {
  background:
    linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 0%) 20%),
    no-repeat center url("../images/hero.avif");
}

.about {
  background: no-repeat center url("../images/about.jpg");
}
