@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root{
    --black: #2C2D3A;
    --text-disabled: #5D5E6F;
    --light-gray: #F4F5F7;
    --dark-blue: #002c8f;
    --primary-gray: #383838;
    --secondary-gray: #8E8E8E;
    --primary-yellow: #FFEC45;
}

body{
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: white;
    width: 100vw !important;
    overflow-x: hidden;
}

*{
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.font-8{
    font-size: 8pt !important;
}
.font-9{
    font-size: 9pt !important;
}
.font-10{
    font-size: 10pt !important;
}
.font-11{
    font-size: 11pt !important;
}
.font-12{
    font-size: 12pt !important;
}
.font-13{
    font-size: 13pt !important;
}
.font-14{
    font-size: 14pt !important;
}
.font-15{
    font-size: 15pt !important;
}
.font-16{
    font-size: 16pt !important;
}
.font-17{
    font-size: 17pt !important;
}
.font-18{
    font-size: 18pt !important;
}
.font-19{
    font-size: 19pt !important;
}
.font-20{
    font-size: 20pt !important;
}

.text-white{
    color: white !important;
}
.text-white{
    color: black;
}
.text-disabled{
    color: #8E8E8E;
}

.container-fluid{
    --bx-gutter-x: 5.5rem;
}

.no-gutter{
    --bs-gutter-x: 0 !important;
}

h2{
    font-size: 30px;
}