/*
	
Theme Name: Infowebs Wonderfull 02
	
Author: Musicscore / Infowebs
Author URI: https://www.infowebs.nl
Description: Theme created for 3d Printable Parts website
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
*/

@font-face {
  font-family: 'Ropa Soft Pro Medium';
  src: url('./assets/fonts/RopaSoftPro-Medium.woff');
}

html { margin: 0 !important; }


body {
	font-family: "Ropa Soft Pro Medium";
    font-size: 21px;
	
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}