﻿@import "../Fonts/inter.css";
@import '../colors.css';

.primary-text {
    color: #112D44;
    font-family: 'inter';
}

.inter {
    font-family: 'inter';
}

.header-container .title,
.main-title-text {
    font-size: 24px;
    font-weight: bolder;
    font-family: 'inter';
}

.header-container .subtitle,
.main-subtitle-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'inter';
}

.txt-body-lg,
.txt-body-md,
.txt-head-lg {
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.txt-head-lg {
    font-size: 20px;
}

.txt-body-lg {
    font-size: 18px;
    font-weight: 700;
}

.txt-body-md {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
}

.txt-secondary {
    color: var(--text-secondary-500);
}

.txt-primary {
    color: var(--text-primary-500);
}

.txt-btn-md {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.header-3 {
    font-size: 24px;
    font-weight: 700;
}