/* Typography Preset Styles
 *
 * Text styling presets for consistent typography across the application.
 * Includes title, subtitle, body, and button text presets.
 *
 * Preset naming convention:
 * - title_preset_1/2/3: Large heading styles
 * - subtitle_preset_1/2/3: Subheading styles
 * - body_preset_1/2/3: Body text styles
 * - button_preset_1/2/3: Button text styles
 */

/* Element Preset Classes - Typography Styles */
.title_preset_1 { margin-top: 15px;margin-bottom: 15px;font-size: 2.5rem;font-family: Lato;font-weight: 700;font-style: normal;letter-spacing: 0em;line-height: 1.2em;padding: 0px;text-transform: none }
.title_preset_2 { margin-top: 0px;margin-bottom: 0px;font-size: 3.3333333333333335rem;font-family: Lato;font-weight: 700;font-style: normal;letter-spacing: 0em;line-height: 1.2em;padding: 0px;text-transform: none }
.title_preset_3 { margin-top: 15px;margin-bottom: 20px;font-size: 1.6666666666666667rem;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: 0em;line-height: 1.4em;padding: 0px;text-transform: none }
.subtitle_preset_1 { margin-top: 15px;margin-bottom: 10px;font-size: 1.5rem;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: -0.02em;line-height: 1.6em;padding: 0px;text-transform: none }
.subtitle_preset_2 { margin-top: 10px;margin-bottom: 20px;font-size: 1.5rem;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: 0em;line-height: 1.4em;padding: 0px;text-transform: none }
.subtitle_preset_3 { margin-top: 10px;margin-bottom: 10px;font-size: 1.3333333333333333rem;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: -0.01em;line-height: 1em;padding: 0px;text-transform: none }
.body_preset_1 { margin-top: 10px;margin-bottom: 5px;font-size: 18px;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: 0em;line-height: 1.6em;padding: 0px;text-transform: none }
.body_preset_2 { margin-top: 5px;margin-bottom: 5px;font-size: 18px;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: 0em;line-height: 1.6em;padding: 0px;text-transform: none }
.body_preset_3 { margin-top: 5px;margin-bottom: 5px;font-size: 18px;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: 0em;line-height: 1.2em;padding: 0px;text-transform: none }
.button_preset_1,.button_preset_2,.button_preset_3{text-align:center}
.button_preset_1,.website[menu-collapse=true] .top_menu .buttons .button_preset_2,.website[menu-collapse=true] .top_menu .buttons .button_preset_3{display:flex;justify-content:center;align-content:center;flex-direction:column}
.button_preset_1 { margin-top: 20px;margin-bottom: 20px;font-size: 1.4166666666666667rem;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: 0.05em;line-height: 1.6em;padding: 0px;text-transform: uppercase }
.button_preset_2 { margin-top: 10px;margin-bottom: 10px;font-size: 1.4166666666666667rem;font-family: Assistant;font-weight: 500;font-style: normal;letter-spacing: 0.05em;line-height: 1.6em;padding: 0px;text-transform: uppercase }
.button_preset_3 { margin-top: 10px;margin-bottom: 10px;font-size: 1.6666666666666667rem;font-family: Lato;font-weight: 400;font-style: normal;letter-spacing: 0.05em;line-height: 1.6em;padding: 0px;text-transform: uppercase }
