/* קובץ: m_style-base.css */
/* תיאור: סגנונות בסיסיים לגרסת המובייל */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

body {
    direction: rtl;
    background: #e5e7eb;
    color: #1f2937;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.m-header {
    background: #1f2937;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.m-footer {
    background: #1f2937;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.m-footer a {
    color: #9ca3af;
    margin: 0 10px;
    text-decoration: none;
    font-size: 14px;
}

.m-footer a:hover {
    color: #3b82f6;
}

h1 {
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 12px;
    color: #1f2937;
    font-size: 18px;
    font-weight: 500;
}

h3 {
    text-align: center;
    margin-bottom: 10px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
}

/* קובץ: m_style-base.css */