/*
Theme Name:     Twenty Twenty-Two Child
Theme URI:      https://example.com/
Description:    Child theme for Twenty Twenty-Two
Author:         השם שלך
Author URI:     https://example.com/
Template:       twentytwentytwo
Version:        1.0.0
Text Domain:    twentytwentytwo-child
*/


body {
    direction: ltr;
    text-align: left;
}

/**
 * עיצוב דפי נחיתה לסדנאות
 */

html,
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.front-page-content {
    max-width: 1000px;
    margin: 0 auto;
}

.front-page-content .is-content-justification-center {
    justify-content: center;
}


