@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@font-face {
    font-family: 'AxeHandel';
    src: url('../fonts/AxeHandel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColabReg';
    src: url('../fonts/ColabReg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.text-vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}

.axehandel {
    font-family: 'AxeHandel', sans-serif;
}

.colabreg {
    font-family: 'ColabReg', sans-serif;
}