@font-face{
	font-family:"VITRO";
	src: url("/font/VITRO PRIDE TTF.ttf")
}
@font-face{
	font-family:"VITRO long";
	src: url("/font/VITRO INSPIRE TTF.ttf")
}
@font-face{
	font-family:"VITRO bold";
	src: url("/font/VITRO CORE TTF.ttf")
}
* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
	font-family: "VITRO";
}

ul,ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}

.bold { font-family:"VITRO bold"}
.long { font-family:"VITRO long"}
.red-font { font-family:"VITRO bold"; color:#e30613}
