/* FONTS */

/* Geologica */
@font-face {
    font-family: Geologica;
    src: url('../fonts/geologica/Geologica-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Geologica;
    src: url('../fonts/geologica/Geologica-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* Goldman */
@font-face {
    font-family: Goldman;
    src: url('../fonts/goldman/Goldman-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Goldman;
    src: url('../fonts/goldman/Goldman-Bold.ttf') format('truetype');
    font-weight: bold;
}


:root {
    --primary-font: "Geologica", sans-serif;
    --secondary-font: "Goldman", sans-serif;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                        supported by Chrome, Edge, Opera and Firefox */
}


body.modal-open {
    overflow-y: hidden;
}
