/*
Theme Name: UhudHigh
Theme URI: https://uhudhigh.com/
Author: SiteCrafters
Author URI: https://sitecrafters.asia/
Description: Custom Tailwind-based WordPress theme scaffold for UhudHigh online Islamic school.
Version: 1.0.0
Text Domain: uhudhigh
*/

:root {
  --uhud-blue: #002B6F;
  --uhud-gold: #F4C400;
  --uhud-cream: #FAF8F2;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.uhud-pattern {
  background-image:
    linear-gradient(45deg, #002B6F 25%, transparent 25%),
    linear-gradient(-45deg, #002B6F 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #F4C400 75%),
    linear-gradient(-45deg, transparent 75%, #F4C400 75%);
  background-size: 48px 48px;
  background-position: 0 0, 0 24px, 24px -24px, -24px 0;
}
