@font-face {
    font-family: 'Articulat-medium';
    src: url('../fonts/ArticulatCF-Medium.woff2') format('woff2'),
        url('../fonts/ArticulatCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Articulat-xlight';
    src: url('../fonts/ArticulatCF-ExtraLight.woff2') format('woff2'),
        url('../fonts/ArticulatCF-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Articulat-bold';
    src: url('../fonts/ArticulatCF-Bold.woff2') format('woff2'),
        url('../fonts/ArticulatCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Articulat-medium';
}

.bg-arena{
  background-color: rgb(233 223 210)!important;
}

.arenatxt {
    color: rgb(233, 223, 210 / 1.0);
}

.bg-\[url\(\'\.\.\/img\/slider\/autofin-casa-home\.jpg\'\)\]{
  background-image: url('../img/slider/autofin-casa-home.jpg');
}

.bg-\[url\(\'\.\.\/img\/slider\/autofin-casa-home2\.jpg\'\)\]{
  background-image: url('../img/slider/autofin-casa-home2.jpg');
}

.min-h-600 {
    min-height: 600px;
}

