/*
Theme Name: IKR
Theme URI: https://www.ikr.lv/
Author: Edgars Vilums
Author URI: www.saulesoft.lv
Description: Theme
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ei
*/

html {
    font-family: 'Ubuntu', sans-serif;
    color: #29444F;
    scroll-behavior: smooth;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@tailwind base;
@tailwind components;
@tailwind utilities;