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

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

/* Override khusus untuk WP Crowdfunding - Funding Goal input */
#wpneofrontenddata .wpneo-fields input[type="number"] {
  max-width: none !important;
  width: 90px !important;
  font-size: 16px;
  text-align: right;
}

/* =======================
   Roboto Font Variants
   ======================= */

/* =====
@font-face {
  font-family: 'Roboto Custom';
  src: url('fonts/roboto/Roboto-Regular.woff2') format('woff2'),
       url('fonts/roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Custom';
  src: url('fonts/roboto/Roboto-Bold.woff2') format('woff2'),
       url('fonts/roboto/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Custom';
  src: url('fonts/roboto/Roboto-Italic.woff2') format('woff2'),
       url('fonts/roboto/Roboto-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Custom';
  src: url('fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'),
       url('fonts/roboto/Roboto-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
==== */

/* ==============================
   Roboto Condensed Font Variants
   ============================== */

/* =====
@font-face {
  font-family: 'Roboto Condensed Custom';
  src: url('fonts/roboto/RobotoCondensed-Regular.woff2') format('woff2'),
       url('fonts/roboto/RobotoCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed Custom';
  src: url('fonts/roboto/RobotoCondensed-Bold.woff2') format('woff2'),
       url('fonts/roboto/RobotoCondensed-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed Custom';
  src: url('fonts/roboto/RobotoCondensed-Italic.woff2') format('woff2'),
       url('fonts/roboto/RobotoCondensed-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed Custom';
  src: url('fonts/roboto/RobotoCondensed-BoldItalic.woff2') format('woff2'),
       url('fonts/roboto/RobotoCondensed-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
==== */
