﻿



@font-face {
    font-family: Norse;
    src: url("Norse.otf");
}

	.Norse {
    font-family: Norse !important;
	}
	
@font-face {
    font-family: Norse-Bold;
    src: url("Norse-Bold.otf");
}

	.Norse-Bold {
    font-family: Norse-Bold !important;
	}

@font-face {
    font-family: RUNE;
    src: url("RUNE.TTF");
}

	.RUNE {
    font-family: RUNE !important;
	}
	
	
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #000;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
    border-radius: 50px;
}
