/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
}

/*================================================================
Remove the black outline when focus on links
=================================================================*/
a:focus {
  outline: 0 !important;
}

/*================================================================
Fonts
=================================================================*/
@font-face {
  font-family: "Tabuti";
  src:
    url("https://sampulraya2026.my/wp-content/themes/oceanwp-child-theme-master/fonts/Tabuti.woff2")
      format("woff2"),
    url("https://sampulraya2026.my/wp-content/themes/oceanwp-child-theme-master/fonts/Tabuti.woff")
      format("woff"),
    url("https://sampulraya2026.my/wp-content/themes/oceanwp-child-theme-master/fonts/Tabuti.ttf")
      format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}



