@font-face {
    font-family: 'Black';
    src: url(../fonts/Outfit-Black.ttf);
}

@font-face {
    font-family: 'Bold';
    src: url(../fonts/Outfit-Bold.ttf);
}

@font-face {
    font-family: 'ExtraBold';
    src: url(../fonts/Outfit-ExtraBold.ttf);
}

@font-face {
    font-family: 'ExtraLight';
    src: url(../fonts/Outfit-ExtraLight.ttf);
}

@font-face {
    font-family: 'Light';
    src: url(../fonts/Outfit-Light.ttf);
}

@font-face {
    font-family: 'Medium';
    src: url(../fonts/Outfit-Medium.ttf);
}

@font-face {
    font-family: 'Regular';
    src: url(../fonts/Outfit-Regular.ttf);
}

@font-face {
    font-family: 'SemiBold';
    src: url(../fonts/Outfit-SemiBold.ttf);
}

@font-face {
    font-family: 'Thin';
    src: url(../fonts/Outfit-Thin.ttf);
}

body {
    font-family: 'Regular';
}

h3 {
    font-family: "Bold";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    color: #870051;
}
