/* RESET */

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Jost Light';
}

a {
    text-decoration: none;
    color: inherit;
}

/* FONTS */

@font-face {
    font-family: 'Jost Light';
    src: url('/fonts/jost/Jost-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Medium';
    src: url('/fonts/jost/Jost-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Black';
    src: url('/fonts/jost/Jost-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost ExtraBold';
    src: url('/fonts/jost/Jost-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Bold';
    src: url('/fonts/jost/Jost-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost Regular';
    src: url('/fonts/jost/Jost-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.bg-white {
    background-color: white !important;
}

strong {
    font-family: 'Jost Black';
}