﻿.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.font-lighter {
    font-weight: lighter;
}

.font-bolder {
    font-weight: bolder;
}


.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

/* Global list styles */
ul, ol {
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #023047;
    margin: 0;
    padding-left: 24px;
}

ul li, ol li {
    margin-bottom: 8px;
}

ul li:last-child, ol li:last-child {
    margin-bottom: 0;
}

/* ApartmentCard: 4 columns on extra large screens */
@media (min-width: 1800px) {
    .grid-container { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

.btn-rounded{
    border-radius: 100px !important;
}

input[type=text],input[type=email],textarea {
    padding: 24px !important;
}