/*
Theme Name: ToSend Theme
Theme URI: https://tosend.com
Author: ToSend Dev Team
Author URI: https://tosend.com
Description: Just another theme for ToSend platform.
Tags: ToSend, theme, custom
Version: 2026
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tosend

*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

body * {
    box-sizing: border-box
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}


.wp-caption {
    text-align: center;
    margin: 0 auto 1.5em;
    max-width: 100%
}

.wp-caption-text {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    padding: 5px 0
}

.gallery-caption {
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    padding: 5px 0
}

.alignright {
    text-align: right
}

.alignleft {
    text-align: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
