/*
Theme Name: IG Auto News Poster
Theme URI: https://example.com/ig-auto-news-poster
Author: IG Auto News
Description: Aplikasi pembuat poster berita otomotif Instagram ukuran 4:5.
Version: 1.9.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ig-auto-news-poster
*/

@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

html, body {
  margin: 0;
  min-height: 100%;
  background: #0b0c0f;
  font-family: 'Manrope', Arial, sans-serif;
}

body.admin-bar {
  min-height: calc(100vh - 32px);
}
