@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/Metropolis-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/Metropolis-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Metropolis', sans-serif;
    background-color: #F9F7F1;
}

.btn-warning {
    background-color: #F3532E;
    color: #fff;
    border: none;
}

.btn-warning:hover {
    background-color: #f0411a;
    color: #fff;
    border: none;
}

.text-warning {
    color: #F3532E;
}

.text-normal {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.fit-cover {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
