﻿/* Fonts */
.font-play { font-family: var(--font-play); }
.font-quattro { font-family: var(--font-quattro); }
.font-atpos { font-family: var(--font-atpos); }
.font-maven { font-family: var(--font-maven); }

/* Sizes */
.fs-12 { font-size: var(--fs-12); }
.fs-14 { font-size: var(--fs-14); }
.fs-16 { font-size: var(--fs-16); }
.fs-18 { font-size: var(--fs-18); }

.fs-20 { font-size: var(--fs-20); }
.fs-24 { font-size: var(--fs-24); }
.fs-28 { font-size: var(--fs-28); }
.fs-32 { font-size: var(--fs-32); }
.fs-36 { font-size: var(--fs-36); }

.fs-48 { font-size: var(--fs-48); }
.fs-52 { font-size: var(--fs-52); }
.fs-56 { font-size: var(--fs-56); }
.fs-64 { font-size: var(--fs-64); }
.fs-72 { font-size: var(--fs-72); }

/* Weights */
.fw-light { font-weight: var(--fw-light); }
.fw-regular { font-weight: var(--fw-regular); }
.fw-medium { font-weight: var(--fw-medium); }
.fw-bold { font-weight: var(--fw-bold); }
.fw-semibold { font-weight: var(--fw-semibold); }

/* Colors */
.text-default { color: var(--color-text); }
.text-white { color: white; }
.text-offwhite {color: #f5f5f5; /*приглушеный белый*/}
.text-light-gray { color: #72849C;}
.text-dark-gray { color: #546775;}
.text-dark-gray2 { color: #263238; }
.text-dark-blue { color: #0F466A; }
.text-red { color: red; }
.text-green { color: green; }
.text-orange { color: #F05A28; }

/* Alignment helpers */
.text-left { text-align: left; }
.text-center { text-align: center; }




