@font-face {
font-family: Brandon Grotesque;
src: url('brandon.otf'); 
}

@font-face {
font-family: Brandon Grotesque;
font-weight: bold; 
src: url('brandon.otf');
font-weight: 400;
}

body{
font-family: Brandon Grotesque;
font-size:15px;
}

.something-bold{
font-weight: bold;
}