﻿/* Basic body styling */
.body-reviewur-scrise {
    font-family: 'Inter', sans-serif;
    background-color: #121212;
    color: #e5e7eb;
    margin: 0;
}

/* Main section container */
.transition-section {
    background-color: #0a0a0a;
}

/* Inner container for content */
.transition-section__container {
    max-width: 36rem; /* 576px */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem; /* 16px */
    padding-right: 1rem; /* 16px */
    text-align: center;
}

/* Main title styling */
.transition-section__title {
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem; /* 48px */
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    white-space:nowrap;
}

/* Highlighted part of the title */
.transition-section__title--highlight {
    color: #FF4D00;
}

/* Subtitle styling */
.transition-section__subtitle {
    margin-top: 1rem; /* 24px */
    font-size: 1.1rem; /* 20px */
    color: #d1d5db; /* gray-300 */
    line-height: 1.15;
    max-width: 27rem; /* 576px */
    margin-left: auto;
    margin-right: auto;
}

