﻿@font-face {
    font-family: "red_hat";
    src: url('../fonts/RedHatDisplay-VariableFont_wght.ttf');
    font-display: swap;
}

.red_hat_font_title {
    font-family: 'red_hat', 'Segoe UI', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
}

.red_hat_font_medium_title {
    font-family: 'red_hat', 'Segoe UI', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.red_hat_font_semibold_title {
    font-family: 'red_hat', 'Segoe UI', 'Arial', 'sans-serif';
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
}

.red_hat_font_subtitle {
    font-family: 'red_hat', 'Segoe UI', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
}

.red_hat_font_subtitle_secondary {
    font-family: 'red_hat', 'Segoe UI', 'Arial', 'sans-serif';
    font-weight: 500;
    font-size: 12px;
    line-height: 18.2px;
}

.red_hat_font_btn {
    font-family: 'red_hat', 'Segoe UI', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 24px;
    line-height: 41.52px;
}

.red_hat_font_label_btn {
    font-family: 'red_hat', 'Segoe UI', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.red_hat_font_tiny_text {
    font-family: 'red_hat';
    font-weight: 400;
    font-size: 12px;
    line-height: 10.8px;
}  

