h1, a{
    font-family: 'bebas_reg', sans-serif;
}

h2, h3 {
    font-family: 'bungee_reg', sans-serif;
}

p {
    font-family: 'metro_reg', sans-serif;
}

@font-face {
    font-family: 'bebas_reg';
    src: url("bebas-webfont.woff2") format("woff2"), url("bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bungee_reg';
    src: url("bungee-regular-webfont.woff2") format("woff2"), url("bungee-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metro_med';
    src: url("metropolis-medium-webfont.woff2") format("woff2"), url("metropolis-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metro_reg';
    src: url("metropolis-regular-webfont.woff2") format("woff2"), url("metropolis-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metro_semi';
    src: url("metropolis-semibold-webfont.woff2") format("woff2"), url("metropolis-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}