﻿@font-face {
    font-family: 'Amplitude';
    font-weight: 300;
    src: url("fonts/Amplitude-Light_0.otf");
}

@font-face {
    font-family: 'Amplitude';
    font-weight: 400;
    src: url("fonts/Amplitude-Regular_0.otf");
}

@font-face {
    font-family: 'Amplitude';
    font-weight: 500;
    src: url("fonts/Amplitude-Black_0.otf");
}

@font-face {
    font-family: 'Amplitude';
    font-weight: 700;
    src: url("fonts/Amplitude-Bold_0.otf");
}

:root {
    --custom-primary-color: #ba0000;
    --custom-background-color: #f6f7f9;
}


body {
    font-family: Amplitude, "Helvetica Neue", serif;
}

.custom-logo {
    width: auto;
    height: 150px;
}

@media (max-width: 999px) {
    .custom-logo {
        height: 100px;
    }
}