/*
 Theme Name:   Sekolah Child
 Description:  Child Theme Resmi untuk Modernisasi MTsN 4 Solok Selatan
 Author:       Admin MTsN 4 Solok Selatan
 Template:     sekolah
 Version:      1.0.0
 Text Domain:  sekolah-child
*/

/* 
   Catatan Jalur Font: 
   Jika folder 'huruf' ditaruh di dalam folder Parent Theme (sekolah), 
   maka ubah 'huruf/' menjadi '../sekolah/huruf/' agar font terbaca rapi.
*/
@font-face {
    font-family: Montserrat;
    src: url(../sekolah/huruf/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: url(../sekolah/huruf/Montserrat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../sekolah/huruf/Roboto-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../sekolah/huruf/Roboto-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(../sekolah/huruf/Inter-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url(../sekolah/huruf/Inter-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lora";
    src: url(../sekolah/huruf/Lora-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lora";
    src: url(../sekolah/huruf/Lora-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   RESET CSS & LAYOUT GLOBAL
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.4;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    font-family: Inter, Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
}

html {
    width: 100%;
    overflow-x: hidden;
}

blockquote, q { quotes: none; }
blockquote:after, blockquote:before, q:after, q:before { content: ""; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; outline: 0 !important; }

img {
    pointer-events: none;
	max-width: 100%;
	height: auto;
	display: block;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ==========================================================================
   CUSTOM EDITAN ADMIN
   ========================================================================== */

/* Fix Email Meluber */
.mailing {
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

/* Lebar Konten Utama Maksimal 960px Tengah */
.container, .wrap, .site {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
