@font-face {
    font-family: Raleway;
    src: url(/css/fonts/Raleway-VariableFont_wght.ttf);
}

@font-face {
    font-family: Paytone One;
    src: url(/css/fonts/PaytoneOne-Regular.ttf);
}

body {
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Paytone One', sans-serif;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}