@font-face {
  font-family: "Fira Sans";
  src: url('assets/Lato-Regular.eot');
  font-weight: normal;
  font-style: normal;
}

@media print {
    html, body {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    main, section, .container, .wrapper {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    #header-menu, #header-menu-mobile {
        background: #222 !important;

        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    #portfolio {
        background: #e6e6e5;

        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

body, html {
  height: 100%;
  background: #222;
  
  font-family: 'Lato', sans-serif;
  
  overflow-x: hidden;
}

::-moz-selection {
  background: #1487d4;
  color: #fff;
}

#header-menu {
    background: #222;
}

#header-menu-mobile {
    background: #222;
}

#cv {
    background: #e6e6e5;
    position: relative;
}

#download-key {
    position: absolute;
    right: 0;
    top: 0;
 }

#language-selector {
    background: #222;
    min-height: 120px;
    padding: 16px 8px 16px 8px;
}

.button {
    background-color: #fff;
    border: none;
    border-radius: 32px;
    color: #50abf1;
    display: inline-block;
    font-size: 32px;
    margin: 16px 0px 16px 0px;
    padding: 4px 16px 4px 16px;
    text-align: center;
    text-decoration: none;
}

.highlight {
    background-color: #50abf1;
    border: none;
    color: #fff;
}

button:focus {
    background-color: #50abf1;
    outline: none;
    color: #fff;
}

#portfolio {
    background: #e6e6e5;
    padding: 16px;
}

#portfolio a {
    color: #50abf1;
    text-decoration: underline;
}

.access-snackbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  background: rgba(79, 107, 237, 0.08);
  border: 1px solid rgba(79, 107, 237, 0.25);
  border-radius: 6px;
  font-size: 0.95rem;
  color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.access-snackbar .icon {
  font-size: 1.2rem;
}

.access-snackbar a {
  color: #50abf1;
  text-decoration: underline;
}