﻿@font-face {
  font-family: 'Karbonmedium';
  font-style: normal;
  font-weight: 100;
  src: local('Karbonmedium'),
       url('../karbon/karbon-medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../karbon/karbon-medium.woff') format('woff'); /* Modern Browsers */
}

.button-display-flex {
    display: flex;
}

.m-auto {
    margin: auto;
    gap: 10px;
}

.w-fit-content {
    width: fit-content !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.bold {
    font-weight: bold;
}

.font-large {
    font-size: large;
}

.mx-3 {
    margin-block: 16px;
}
