/*
Theme Name: Currency Theme
Theme URI: https://wordpress.org/themes/currencyexchange
Author: the WordPress team
Author URI: https://wordpress.org
Description: This theme is designed to take advantage of the new design tools introduced in WordPress 6.2. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.6
License: v2 or later
License URI: 
Text Domain: Currency Theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:root {
    --primary-color: #00a651;
    --dark-color: #222222;
    --light-color: #ffffff;
}

body {
    width: 100%;
    font-family: 'Arial', sans-serif;
    color: #333;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        overflow-x: hidden;
        color: #333;
        font-family: 'Arial', sans-serif;
    }
}